#include "mt7620a.dtsi" #include #include / { compatible = "aigale,ai-br100", "ralink,mt7620a-soc"; model = "Aigale Ai-BR100"; aliases { led-boot = &led_wlan; led-failsafe = &led_wlan; led-running = &led_wlan; led-upgrade = &led_wlan; }; leds { compatible = "gpio-leds"; wan { label = "blue:wan"; gpios = <&gpio2 4 GPIO_ACTIVE_LOW>; }; led_wlan: wlan { label = "blue:wlan"; gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; }; }; keys { compatible = "gpio-keys"; reset { label = "reset"; gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; linux,code = ; }; }; }; &gpio2 { status = "okay"; }; &gpio3 { status = "okay"; }; &spi0 { status = "okay"; flash@0 { compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x0 0x20000>; read-only; }; partition@20000 { label = "u-boot-env"; reg = <0x20000 0x10000>; read-only; }; factory: partition@30000 { label = "factory"; reg = <0x30000 0x10000>; read-only; }; partition@40000 { compatible = "denx,uimage"; label = "firmware"; reg = <0x40000 0x7c0000>; }; }; }; }; &ehci { status = "okay"; }; &ohci { status = "okay"; }; &state_default { gpio { groups = "i2c", "uartf", "rgmii1", "rgmii2", "ephy", "wled", "nd_sd"; function = "gpio"; }; }; ðernet { nvmem-cells = <&macaddr_factory_4>; nvmem-cell-names = "mac-address"; mediatek,portmap = "llllw"; }; &wmac { ralink,mtd-eeprom = <&factory 0x0>; }; &factory { compatible = "nvmem-cells"; #address-cells = <1>; #size-cells = <1>; macaddr_factory_4: macaddr@4 { reg = <0x4 0x6>; }; };