// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "ar9331.dtsi" #include #include #include / { model = "Embedded Wireless Dorin"; compatible = "embeddedwireless,dorin", "qca,ar9331"; aliases { led-boot = &led_status; led-failsafe = &led_status; led-running = &led_status; led-upgrade = &led_status; }; leds { compatible = "gpio-leds"; led_status: status { function = LED_FUNCTION_STATUS; color = ; gpios = <&gpio 21 GPIO_ACTIVE_LOW>; }; }; keys { compatible = "gpio-keys"; wps { label = "wps"; linux,code = ; gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; }; reset { label = "reset"; linux,code = ; gpios = <&gpio 6 GPIO_ACTIVE_HIGH>; }; }; }; &usb { dr_mode = "host"; status = "okay"; }; &usb_phy { status = "okay"; }; &spi { status = "okay"; flash@0 { compatible = "jedec,spi-nor"; spi-max-frequency = <50000000>; reg = <0>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x000000 0x040000>; read-only; }; partition@40000 { label = "u-boot-env"; reg = <0x040000 0x010000>; }; partition@50000 { compatible = "denx,uimage"; label = "firmware"; reg = <0x050000 0xfa0000>; }; partition@ff0000 { label = "art"; reg = <0xff0000 0x010000>; read-only; nvmem-layout { compatible = "fixed-layout"; #address-cells = <1>; #size-cells = <1>; cal_art_1000: calibration@1000 { reg = <0x1000 0x440>; }; macaddr_art_1002: macaddr@1002 { compatible = "mac-base"; reg = <0x1002 0x6>; #nvmem-cell-cells = <1>; }; }; }; }; }; }; ð1 { status = "okay"; nvmem-cells = <&macaddr_art_1002 0x400000>; nvmem-cell-names = "mac-address"; }; &mdio1 { status = "okay"; }; &wmac { status = "okay"; nvmem-cells = <&cal_art_1000>; nvmem-cell-names = "calibration"; };