X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Far9330_glinet_gl-ar150.dts;h=088973048d818961fda90041bd683bf3f0b4184f;hb=HEAD;hp=389c6d1e4b5481bb6d265be57f7bd5dbaaec27e0;hpb=41cc7edc15010b41a9347988d42898b9001d7402;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/ath79/dts/ar9330_glinet_gl-ar150.dts b/target/linux/ath79/dts/ar9330_glinet_gl-ar150.dts index 389c6d1e4b..088973048d 100644 --- a/target/linux/ath79/dts/ar9330_glinet_gl-ar150.dts +++ b/target/linux/ath79/dts/ar9330_glinet_gl-ar150.dts @@ -4,13 +4,13 @@ #include #include +#include / { model = "GL.iNet GL-AR150"; compatible = "glinet,gl-ar150", "qca,ar9330"; aliases { - serial0 = &uart; led-boot = &led_power; led-failsafe = &led_power; led-running = &led_power; @@ -22,18 +22,20 @@ compatible = "gpio-leds"; wlan { - label = "gl-ar150:orange:wlan"; + function = LED_FUNCTION_WLAN; + color = ; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; linux,default-trigger = "phy0tpt"; }; configurable { - label = "gl-ar150:green:configurable"; + label = "green:configurable"; gpios = <&gpio 13 GPIO_ACTIVE_HIGH>; }; led_power: power { - label = "gl-ar150:green:power"; + function = LED_FUNCTION_POWER; + color = ; gpios = <&gpio 15 GPIO_ACTIVE_HIGH>; default-state = "on"; }; @@ -62,10 +64,6 @@ }; }; -&uart { - status = "okay"; -}; - &usb { dr_mode = "host"; status = "okay"; @@ -79,8 +77,6 @@ &spi { status = "okay"; - num-chipselects = <1>; - flash@0 { compatible = "jedec,spi-nor"; spi-max-frequency = <50000000>; @@ -112,6 +108,16 @@ label = "art"; reg = <0xff0000 0x010000>; read-only; + + nvmem-layout { + compatible = "fixed-layout"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_art_0: macaddr@0 { + reg = <0x0 0x6>; + }; + }; }; }; }; @@ -120,13 +126,15 @@ ð0 { status = "okay"; - mtd-mac-address = <&art 0x0>; + nvmem-cells = <&macaddr_art_0>; + nvmem-cell-names = "mac-address"; }; ð1 { status = "okay"; - mtd-mac-address = <&art 0x0>; + nvmem-cells = <&macaddr_art_0>; + nvmem-cell-names = "mac-address"; gmac-config { device = <&gmac>; @@ -140,5 +148,6 @@ status = "okay"; mtd-cal-data = <&art 0x1000>; - mtd-mac-address = <&art 0x0>; + nvmem-cells = <&macaddr_art_0>; + nvmem-cell-names = "mac-address"; };