mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-19 10:01:15 +01:00
realtek: move common GS1920-24HP parts to common definitions
Move common parts shared with GS1920-24HPv2 from v1's DTS and image definition into a common DTSI and device definition to prepare adding support for GS1920-24HPv2. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21944 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
7f67ec0b34
commit
b449b8cd3a
3 changed files with 282 additions and 263 deletions
|
|
@ -1,22 +1,11 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "rtl839x.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include "rtl839x_zyxel_gs1920-24hp-common.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "zyxel,gs1920-24hp-v1", "realtek,rtl8392-soc";
|
||||
model = "Zyxel GS1920-24HPv1";
|
||||
|
||||
aliases {
|
||||
led-boot = &led_sys;
|
||||
led-failsafe = &led_sys;
|
||||
led-running = &led_sys;
|
||||
led-upgrade = &led_sys;
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x8000000>;
|
||||
|
|
@ -26,29 +15,12 @@
|
|||
stdout-path = "serial0:9600n8";
|
||||
};
|
||||
|
||||
|
||||
leds {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinmux_disable_sys_led>;
|
||||
compatible = "gpio-leds";
|
||||
|
||||
led_sys: sys {
|
||||
gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
|
||||
function = LED_FUNCTION_STATUS;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
};
|
||||
|
||||
alarm {
|
||||
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
||||
function = LED_FUNCTION_FAULT;
|
||||
color = <LED_COLOR_ID_RED>;
|
||||
};
|
||||
|
||||
locator {
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
function = LED_FUNCTION_INDICATOR;
|
||||
color = <LED_COLOR_ID_BLUE>;
|
||||
};
|
||||
};
|
||||
|
||||
keys {
|
||||
|
|
@ -61,260 +33,56 @@
|
|||
linux,code = <KEY_RESTART>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/* i2c of the lower left SFP cage: port 25 */
|
||||
i2c0: i2c-gpio-0 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio1 3 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sfp0: sfp-p25 {
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&i2c0>;
|
||||
los-gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&gpio0 23 GPIO_ACTIVE_LOW>;
|
||||
tx-fault-gpio = <&gpio1 0 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* i2c of the upper left SFP cage: port 26 */
|
||||
i2c1: i2c-gpio-1 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio1 10 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio1 9 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sfp1: sfp-p26 {
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&i2c1>;
|
||||
los-gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
||||
tx-fault-gpio = <&gpio1 6 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* i2c of the lower right SFP cage: port 27 */
|
||||
i2c2: i2c-gpio-2 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sfp2: sfp-p27 {
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&i2c2>;
|
||||
los-gpio = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
||||
tx-fault-gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* i2c of the upper right SFP cage: port 28 */
|
||||
i2c3: i2c-gpio-3 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio1 22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio1 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sfp3: sfp-p28 {
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&i2c3>;
|
||||
los-gpio = <&gpio1 29 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&gpio0 20 GPIO_ACTIVE_LOW>;
|
||||
tx-fault-gpio = <&gpio1 23 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* i2c for hwmon/PoE */
|
||||
i2c4: i2c-gpio-4 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio0 18 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio0 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
adt7468: adt7468@2e {
|
||||
compatible = "adi,adt7468";
|
||||
reg = <0x2e>;
|
||||
};
|
||||
&i2c4 {
|
||||
adt7468: adt7468@2e {
|
||||
compatible = "adi,adt7468";
|
||||
reg = <0x2e>;
|
||||
};
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
status = "okay";
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <10000000>;
|
||||
&flash_partitions {
|
||||
partition@20000 {
|
||||
label = "reserved";
|
||||
reg = <0x20000 0x90000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
partition@b0000 {
|
||||
reg = <0xb0000 0xf50000>;
|
||||
label = "factory";
|
||||
|
||||
partition@0 {
|
||||
label = "bootbase";
|
||||
reg = <0x0 0x20000>;
|
||||
read-only;
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
partition@0 {
|
||||
label = "loader";
|
||||
reg = <0x0 0x10000>;
|
||||
};
|
||||
|
||||
factory_macaddr: macaddr@1fff8 {
|
||||
reg = <0x1fff8 0x6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
partition@20000 {
|
||||
label = "reserved";
|
||||
reg = <0x20000 0x90000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@b0000 {
|
||||
reg = <0xb0000 0xf50000>;
|
||||
label = "factory";
|
||||
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
partition@0 {
|
||||
label = "loader";
|
||||
reg = <0x0 0x10000>;
|
||||
};
|
||||
|
||||
partition@10000 {
|
||||
label = "firmware";
|
||||
reg = <0x10000 0xf40000>;
|
||||
compatible = "openwrt,uimage", "denx,uimage";
|
||||
};
|
||||
};
|
||||
partition@10000 {
|
||||
label = "firmware";
|
||||
reg = <0x10000 0xf40000>;
|
||||
compatible = "openwrt,uimage", "denx,uimage";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ðernet0 {
|
||||
nvmem-cells = <&factory_macaddr>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
&mdio_bus0 {
|
||||
/* External phy RTL8218B #1 */
|
||||
EXTERNAL_PHY(0)
|
||||
EXTERNAL_PHY(1)
|
||||
EXTERNAL_PHY(2)
|
||||
EXTERNAL_PHY(3)
|
||||
EXTERNAL_PHY(4)
|
||||
EXTERNAL_PHY(5)
|
||||
EXTERNAL_PHY(6)
|
||||
EXTERNAL_PHY(7)
|
||||
|
||||
/* External phy RTL8218B #2 */
|
||||
EXTERNAL_PHY(8)
|
||||
EXTERNAL_PHY(9)
|
||||
EXTERNAL_PHY(10)
|
||||
EXTERNAL_PHY(11)
|
||||
EXTERNAL_PHY(12)
|
||||
EXTERNAL_PHY(13)
|
||||
EXTERNAL_PHY(14)
|
||||
EXTERNAL_PHY(15)
|
||||
|
||||
/* External phy RTL8218B #3 */
|
||||
EXTERNAL_PHY(16)
|
||||
EXTERNAL_PHY(17)
|
||||
EXTERNAL_PHY(18)
|
||||
EXTERNAL_PHY(19)
|
||||
EXTERNAL_PHY(20)
|
||||
EXTERNAL_PHY(21)
|
||||
EXTERNAL_PHY(22)
|
||||
EXTERNAL_PHY(23)
|
||||
|
||||
/* External phy RTL8214FC #1 */
|
||||
EXTERNAL_SFP_PHY_FULL(48, 0)
|
||||
EXTERNAL_SFP_PHY_FULL(49, 1)
|
||||
EXTERNAL_SFP_PHY_FULL(50, 2)
|
||||
EXTERNAL_SFP_PHY_FULL(51, 3)
|
||||
|
||||
};
|
||||
|
||||
&switch0 {
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
SWITCH_PORT_SDS(0, 1, 0, qsgmii)
|
||||
SWITCH_PORT_SDS(1, 2, 0, qsgmii)
|
||||
SWITCH_PORT_SDS(2, 3, 0, qsgmii)
|
||||
SWITCH_PORT_SDS(3, 4, 0, qsgmii)
|
||||
SWITCH_PORT_SDS(4, 5, 1, qsgmii)
|
||||
SWITCH_PORT_SDS(5, 6, 1, qsgmii)
|
||||
SWITCH_PORT_SDS(6, 7, 1, qsgmii)
|
||||
SWITCH_PORT_SDS(7, 8, 1, qsgmii)
|
||||
|
||||
SWITCH_PORT_SDS(8, 9, 2, qsgmii)
|
||||
SWITCH_PORT_SDS(9, 10, 2, qsgmii)
|
||||
SWITCH_PORT_SDS(10, 11, 2, qsgmii)
|
||||
SWITCH_PORT_SDS(11, 12, 2, qsgmii)
|
||||
SWITCH_PORT_SDS(12, 13, 3, qsgmii)
|
||||
SWITCH_PORT_SDS(13, 14, 3, qsgmii)
|
||||
SWITCH_PORT_SDS(14, 15, 3, qsgmii)
|
||||
SWITCH_PORT_SDS(15, 16, 3, qsgmii)
|
||||
|
||||
SWITCH_PORT_SDS(16, 17, 4, qsgmii)
|
||||
SWITCH_PORT_SDS(17, 18, 4, qsgmii)
|
||||
SWITCH_PORT_SDS(18, 19, 4, qsgmii)
|
||||
SWITCH_PORT_SDS(19, 20, 4, qsgmii)
|
||||
SWITCH_PORT_SDS(20, 21, 5, qsgmii)
|
||||
SWITCH_PORT_SDS(21, 22, 5, qsgmii)
|
||||
SWITCH_PORT_SDS(22, 23, 5, qsgmii)
|
||||
SWITCH_PORT_SDS(23, 24, 5, qsgmii)
|
||||
|
||||
SWITCH_PORT_SDS(48, 25, 12, qsgmii)
|
||||
SWITCH_PORT_SDS(49, 26, 12, qsgmii)
|
||||
SWITCH_PORT_SDS(50, 27, 12, qsgmii)
|
||||
SWITCH_PORT_SDS(51, 28, 12, qsgmii)
|
||||
|
||||
/* CPU-Port */
|
||||
port@52 {
|
||||
ethernet = <ðernet0>;
|
||||
reg = <52>;
|
||||
phy-mode = "internal";
|
||||
fixed-link {
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&mdio_aux {
|
||||
status = "okay";
|
||||
|
||||
gpio1: expander@3 {
|
||||
compatible = "realtek,rtl8231";
|
||||
reg = <3>;
|
||||
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&gpio1 0 0 37>;
|
||||
|
||||
led-controller {
|
||||
compatible = "realtek,rtl8231-leds";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
247
target/linux/realtek/dts/rtl839x_zyxel_gs1920-24hp-common.dtsi
Normal file
247
target/linux/realtek/dts/rtl839x_zyxel_gs1920-24hp-common.dtsi
Normal file
|
|
@ -0,0 +1,247 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "rtl839x.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
led-boot = &led_sys;
|
||||
led-failsafe = &led_sys;
|
||||
led-running = &led_sys;
|
||||
led-upgrade = &led_sys;
|
||||
};
|
||||
|
||||
leds {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinmux_disable_sys_led>;
|
||||
compatible = "gpio-leds";
|
||||
|
||||
led_sys: sys {
|
||||
gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
|
||||
function = LED_FUNCTION_STATUS;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
};
|
||||
|
||||
locator {
|
||||
gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
||||
function = LED_FUNCTION_INDICATOR;
|
||||
color = <LED_COLOR_ID_BLUE>;
|
||||
};
|
||||
};
|
||||
|
||||
/* i2c of port 25 SFP cage */
|
||||
i2c0: i2c-gpio-0 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio1 3 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sfp0: sfp-p25 {
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&i2c0>;
|
||||
los-gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&gpio0 23 GPIO_ACTIVE_LOW>;
|
||||
tx-fault-gpio = <&gpio1 0 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* i2c of port 26 SFP cage */
|
||||
i2c1: i2c-gpio-1 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio1 10 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio1 9 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sfp1: sfp-p26 {
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&i2c1>;
|
||||
los-gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
||||
tx-fault-gpio = <&gpio1 6 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* i2c of port 27 SFP cage */
|
||||
i2c2: i2c-gpio-2 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sfp2: sfp-p27 {
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&i2c2>;
|
||||
los-gpio = <&gpio1 13 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
||||
tx-fault-gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* i2c of port 28 SFP cage */
|
||||
i2c3: i2c-gpio-3 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio1 22 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio1 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sfp3: sfp-p28 {
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&i2c3>;
|
||||
los-gpio = <&gpio1 29 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&gpio0 20 GPIO_ACTIVE_LOW>;
|
||||
tx-fault-gpio = <&gpio1 23 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* i2c for hwmon/PoE */
|
||||
i2c4: i2c-gpio-4 {
|
||||
compatible = "i2c-gpio";
|
||||
sda-gpios = <&gpio0 18 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
scl-gpios = <&gpio0 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
|
||||
i2c-gpio,delay-us = <2>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
status = "okay";
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <10000000>;
|
||||
|
||||
flash_partitions: partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
partition@0 {
|
||||
label = "bootbase";
|
||||
reg = <0x0 0x20000>;
|
||||
read-only;
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
factory_macaddr: macaddr@1fff8 {
|
||||
reg = <0x1fff8 0x6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ðernet0 {
|
||||
nvmem-cells = <&factory_macaddr>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
&mdio_bus0 {
|
||||
/* External phy RTL8218B #1 */
|
||||
EXTERNAL_PHY(0)
|
||||
EXTERNAL_PHY(1)
|
||||
EXTERNAL_PHY(2)
|
||||
EXTERNAL_PHY(3)
|
||||
EXTERNAL_PHY(4)
|
||||
EXTERNAL_PHY(5)
|
||||
EXTERNAL_PHY(6)
|
||||
EXTERNAL_PHY(7)
|
||||
|
||||
/* External phy RTL8218B #2 */
|
||||
EXTERNAL_PHY(8)
|
||||
EXTERNAL_PHY(9)
|
||||
EXTERNAL_PHY(10)
|
||||
EXTERNAL_PHY(11)
|
||||
EXTERNAL_PHY(12)
|
||||
EXTERNAL_PHY(13)
|
||||
EXTERNAL_PHY(14)
|
||||
EXTERNAL_PHY(15)
|
||||
|
||||
/* External phy RTL8218B #3 */
|
||||
EXTERNAL_PHY(16)
|
||||
EXTERNAL_PHY(17)
|
||||
EXTERNAL_PHY(18)
|
||||
EXTERNAL_PHY(19)
|
||||
EXTERNAL_PHY(20)
|
||||
EXTERNAL_PHY(21)
|
||||
EXTERNAL_PHY(22)
|
||||
EXTERNAL_PHY(23)
|
||||
};
|
||||
|
||||
&switch0 {
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
SWITCH_PORT_SDS(0, 1, 0, qsgmii)
|
||||
SWITCH_PORT_SDS(1, 2, 0, qsgmii)
|
||||
SWITCH_PORT_SDS(2, 3, 0, qsgmii)
|
||||
SWITCH_PORT_SDS(3, 4, 0, qsgmii)
|
||||
SWITCH_PORT_SDS(4, 5, 1, qsgmii)
|
||||
SWITCH_PORT_SDS(5, 6, 1, qsgmii)
|
||||
SWITCH_PORT_SDS(6, 7, 1, qsgmii)
|
||||
SWITCH_PORT_SDS(7, 8, 1, qsgmii)
|
||||
|
||||
SWITCH_PORT_SDS(8, 9, 2, qsgmii)
|
||||
SWITCH_PORT_SDS(9, 10, 2, qsgmii)
|
||||
SWITCH_PORT_SDS(10, 11, 2, qsgmii)
|
||||
SWITCH_PORT_SDS(11, 12, 2, qsgmii)
|
||||
SWITCH_PORT_SDS(12, 13, 3, qsgmii)
|
||||
SWITCH_PORT_SDS(13, 14, 3, qsgmii)
|
||||
SWITCH_PORT_SDS(14, 15, 3, qsgmii)
|
||||
SWITCH_PORT_SDS(15, 16, 3, qsgmii)
|
||||
|
||||
SWITCH_PORT_SDS(16, 17, 4, qsgmii)
|
||||
SWITCH_PORT_SDS(17, 18, 4, qsgmii)
|
||||
SWITCH_PORT_SDS(18, 19, 4, qsgmii)
|
||||
SWITCH_PORT_SDS(19, 20, 4, qsgmii)
|
||||
SWITCH_PORT_SDS(20, 21, 5, qsgmii)
|
||||
SWITCH_PORT_SDS(21, 22, 5, qsgmii)
|
||||
SWITCH_PORT_SDS(22, 23, 5, qsgmii)
|
||||
SWITCH_PORT_SDS(23, 24, 5, qsgmii)
|
||||
|
||||
/* CPU-Port */
|
||||
port@52 {
|
||||
ethernet = <ðernet0>;
|
||||
reg = <52>;
|
||||
phy-mode = "internal";
|
||||
fixed-link {
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&mdio_aux {
|
||||
status = "okay";
|
||||
|
||||
gpio1: expander@3 {
|
||||
compatible = "realtek,rtl8231";
|
||||
reg = <3>;
|
||||
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&gpio1 0 0 37>;
|
||||
|
||||
led-controller {
|
||||
compatible = "realtek,rtl8231-leds";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -98,19 +98,15 @@ define Device/zyxel_gs1900-48-a1
|
|||
endef
|
||||
TARGET_DEVICES += zyxel_gs1900-48-a1
|
||||
|
||||
define Device/zyxel_gs1920-24hp-v1
|
||||
FLASH_ADDR := 0xb40c0000
|
||||
define Device/zyxel_gs1920-24hp
|
||||
ifeq ($(IB),)
|
||||
ARTIFACTS := loader.bin
|
||||
ARTIFACT/loader.bin := \
|
||||
rt-loader-standalone | \
|
||||
zynsig
|
||||
endif
|
||||
SOC := rtl8392
|
||||
IMAGE_SIZE := 12144k
|
||||
DEVICE_VENDOR := Zyxel
|
||||
DEVICE_MODEL := GS1920-24HP
|
||||
DEVICE_VARIANT := v1
|
||||
DEVICE_PACKAGES := \
|
||||
kmod-hwmon-lm85
|
||||
KERNEL := \
|
||||
|
|
@ -124,4 +120,12 @@ endif
|
|||
rt-compress | \
|
||||
rt-loader
|
||||
endef
|
||||
|
||||
define Device/zyxel_gs1920-24hp-v1
|
||||
$(Device/zyxel_gs1920-24hp)
|
||||
SOC := rtl8392
|
||||
FLASH_ADDR := 0xb40c0000
|
||||
IMAGE_SIZE := 12144k
|
||||
DEVICE_VARIANT := v1
|
||||
endef
|
||||
TARGET_DEVICES += zyxel_gs1920-24hp-v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue