/dts-v1/; #include "mt7621.dtsi" #include #include / { compatible = "zte,e8820s", "mediatek,mt7621-soc"; model = "ZTE E8820S"; aliases { led-boot = &led_sys; led-failsafe = &led_sys; led-running = &led_power; led-upgrade = &led_power; label-mac-device = &gmac0; }; chosen { bootargs = "console=ttyS0,115200"; }; leds { compatible = "gpio-leds"; led_sys: sys { label = "e8820s:white:sys"; gpios = <&gpio 16 GPIO_ACTIVE_LOW>; }; led_power: power { label = "e8820s:white:power"; gpios = <&gpio 3 GPIO_ACTIVE_LOW>; }; wlan2g { label = "e8820s:white:wlan2g"; gpios = <&gpio 14 GPIO_ACTIVE_LOW>; }; wlan5g { label = "e8820s:white:wlan5g"; gpios = <&gpio 12 GPIO_ACTIVE_LOW>; }; }; keys { compatible = "gpio-keys"; reset { label = "reset"; gpios = <&gpio 18 GPIO_ACTIVE_HIGH>; linux,code = ; }; wps { label = "wps"; gpios = <&gpio 8 GPIO_ACTIVE_LOW>; linux,code = ; }; wifi { label = "wifi"; gpios = <&gpio 10 GPIO_ACTIVE_LOW>; linux,code = ; }; }; ubi-concat { compatible = "mtd-concat"; devices = <&ubipart0 &ubipart1>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; ubi@0 { label = "ubi"; reg = <0x0 0x79c0000>; }; }; }; }; &nand { status = "okay"; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x0 0x80000>; read-only; }; partition@80000 { label = "debug"; reg = <0x80000 0x80000>; read-only; }; factory: partition@100000 { label = "factory"; reg = <0x100000 0x40000>; read-only; }; partition@140000 { label = "kernel"; reg = <0x140000 0x400000>; }; ubipart0: partition@540000 { label = "ubipart0"; reg = <0x540000 0x1c80000>; }; partition@21c0000 { label = "bdinfo"; reg = <0x21c0000 0x80000>; read-only; }; ubipart1: partition@2240000 { label = "ubipart1"; reg = <0x2240000 0x5d40000>; }; }; }; &pcie { status = "okay"; }; &pcie0 { wifi@0,0 { compatible = "pci14c3,7603"; reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x0000>; ieee80211-freq-limit = <2400000 2500000>; }; }; &pcie1 { wifi@0,0 { compatible = "pci14c3,7662"; reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x8000>; ieee80211-freq-limit = <5000000 6000000>; }; }; &gmac0 { mtd-mac-address = <&factory 0xe006>; }; &switch0 { ports { port@0 { status = "okay"; label = "lan1"; }; port@1 { status = "okay"; label = "lan2"; }; port@2 { status = "okay"; label = "lan3"; }; port@3 { status = "okay"; label = "lan4"; }; port@4 { status = "okay"; label = "wan"; mtd-mac-address = <&factory 0xe000>; }; }; }; &state_default { gpio { groups = "jtag", "uart2", "uart3", "wdt"; function = "gpio"; }; };