X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FAWM002.dtsi;h=9ff64917eac8f979305296cd4e2455122667380d;hb=a7c6cf5182a3b20afb1c98d0d79247d6a9bc104b;hp=671dcff05ab7b1a21bbb6f90c16113371910c3ae;hpb=c4413b6e080904c76cea4ee1fe551cc5406407ca;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/AWM002.dtsi b/target/linux/ramips/dts/AWM002.dtsi index 671dcff05a..9ff64917ea 100644 --- a/target/linux/ramips/dts/AWM002.dtsi +++ b/target/linux/ramips/dts/AWM002.dtsi @@ -1,85 +1,76 @@ -/include/ "rt5350.dtsi" +#include "rt5350.dtsi" / { compatible = "AWM002", "ralink,rt5350-soc"; model = "AsiaRF AWM002"; - palmbus@10000000 { - sysc@0 { - ralink,pinmux = "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; - ralink,gpiomux = "i2c"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; + gpio-leds { + compatible = "gpio-leds"; - gpio0: gpio@600 { - status = "okay"; + ld1 { + label = "awm002:green:ld1"; + gpios = <&gpio0 0 1>; }; - spi@b00 { - status = "okay"; - m25p80@0 { - #address-cells = <1>; - #size-cells = <1>; - reg = <0 0>; - spi-max-frequency = <10000000>; + ld2 { + label = "awm002:green:ld2"; + gpios = <&gpio0 1 1>; + }; + }; +}; - partition@0 { - label = "u-boot"; - reg = <0x0 0x30000>; - read-only; - }; +&spi0 { + status = "okay"; - partition@30000 { - label = "u-boot-env"; - reg = <0x30000 0x10000>; - read-only; - }; + m25p80: m25p80@0 { + #address-cells = <1>; + #size-cells = <1>; + reg = <0>; + compatible = "jedec,spi-nor"; + spi-max-frequency = <10000000>; - factory: partition@40000 { - label = "factory"; - reg = <0x40000 0x10000>; - read-only; - }; + partition@0 { + label = "u-boot"; + reg = <0x0 0x30000>; + read-only; + }; - partition@50000 { - label = "firmware"; - reg = <0x50000 0x1fb0000>; - }; - }; + partition@30000 { + label = "u-boot-env"; + reg = <0x30000 0x10000>; + read-only; }; - }; - ethernet@10100000 { - status = "okay"; - }; + factory: partition@40000 { + label = "factory"; + reg = <0x40000 0x10000>; + read-only; + }; - esw@10110000 { - status = "okay"; - ralink,portmap = <0x3f>; + partition@50000 { + label = "firmware"; + reg = <0x50000 0x1fb0000>; + }; }; +}; - wmac@10180000 { - status = "okay"; +&pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "i2c", "jtag"; + ralink,function = "gpio"; + }; }; +}; - ehci@101c0000 { - status = "okay"; - }; +&esw { + mediatek,portmap = <0x3f>; +}; - ohci@101c1000 { - status = "okay"; - }; +&ehci { + status = "okay"; +}; - gpio-leds { - compatible = "gpio-leds"; - ld1 { - label = "asiarf:green:ld1"; - gpios = <&gpio0 0 1>; - }; - ld2 { - label = "asiarf:green:ld2"; - gpios = <&gpio0 1 1>; - }; - }; +&ohci { + status = "okay"; };