X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Far9331_embeddedwireless_dorin.dts;h=43bec35fa2860fe4d52880ad24ff7c56f5060a0a;hb=34b10b468e0999f1739931ae8faf7e8e1002c2e8;hp=4b204b7561c07f6d9f7d1867a0847006f8f9d7b7;hpb=0ff5785c5d5e57d99acb8da06d2c08903448b663;p=oweals%2Fopenwrt.git diff --git a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts index 4b204b7561..43bec35fa2 100644 --- a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts +++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts @@ -11,28 +11,24 @@ compatible = "embeddedwireless,dorin", "qca,ar9331"; aliases { + led-boot = &status; + led-failsafe = &status; + led-running = &status; + led-upgrade = &status; serial0 = &uart; }; - memory@0 { - device_type = "memory"; - reg = <0x0 0x4000000>; - }; - leds { compatible = "gpio-leds"; - status { + status: status { label = "dorin:green:status"; gpios = <&gpio 21 GPIO_ACTIVE_LOW>; - default-state = "off"; }; }; keys { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <100>; wps { @@ -70,9 +66,7 @@ num-chipselects = <1>; status = "okay"; - spiflash { - #address-cells = <1>; - #size-cells = <1>; + flash@0 { compatible = "jedec,spi-nor"; spi-max-frequency = <104000000>; reg = <0>; @@ -94,6 +88,7 @@ }; partition@2 { + compatible = "denx,uimage"; label = "firmware"; reg = <0x050000 0xfa0000>; }; @@ -111,20 +106,16 @@ status = "okay"; mtd-mac-address = <&art 0x1002>; - - fixed-link { - speed = <1000>; - full-duplex; - }; - - gmac-config { - device = <&gmac>; - - switch-phy-addr-swap = <1>; - switch-phy-swap = <1>; - }; + mtd-mac-address-increment-byte = <3>; + mtd-mac-address-increment = <0x40>; }; &mdio1 { status = "okay"; }; + +&wmac { + status = "okay"; + mtd-cal-data = <&art 0x1000>; + mtd-mac-address = <&art 0x1002>; +};