X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FMPRA2.dts;h=44141418c699326a1442a9de9cec1774b6d14433;hb=a34535a5c865e38ac23acaba2a8b35dfd0bc5fe3;hp=9f8edb6296cc6803a617ca991b216854d4d8f55d;hpb=deaa1c19469b1b9917ddb58ba6c8417edfd21e94;p=openwrt.git diff --git a/target/linux/ramips/dts/MPRA2.dts b/target/linux/ramips/dts/MPRA2.dts index 9f8edb6296..44141418c6 100644 --- a/target/linux/ramips/dts/MPRA2.dts +++ b/target/linux/ramips/dts/MPRA2.dts @@ -6,22 +6,7 @@ compatible = "MPRA2", "ralink,rt5350-soc"; model = "HAME MPR-A2"; - memory@0 { - reg = <0x0 0x2000000>; - }; - palmbus@10000000 { - sysc@0 { - ralink,pinmux = "i2c", "spi", "uartlite", "mdio", "sdram", "rgmii"; - ralink,gpiomux = "jtag"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; - - gpio0: gpio@600 { - status = "okay"; - }; - spi@b00 { status = "okay"; m25p80@0 { @@ -32,45 +17,49 @@ linux,modalias = "m25p80", "s25fl064k"; spi-max-frequency = <10000000>; - partition@0 { - label = "u-boot"; - reg = <0x0 0x30000>; - read-only; - }; - - partition@30000 { - label = "u-boot-env"; - reg = <0x30000 0x10000>; - read-only; - }; - - factory: partition@40000 { - label = "factory"; - reg = <0x40000 0x10000>; - read-only; + partition@0 { + label = "u-boot"; + reg = <0x0 0x30000>; + read-only; + }; + + partition@30000 { + label = "u-boot-env"; + reg = <0x30000 0x10000>; + read-only; + }; + + factory: partition@40000 { + label = "factory"; + reg = <0x40000 0x10000>; + read-only; + }; + + partition@50000 { + label = "firmware"; + reg = <0x50000 0x7b0000>; + }; + }; }; + }; - partition@50000 { - label = "firmware"; - reg = <0x50000 0x7b0000>; - }; + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf"; + ralink,function = "gpio"; }; }; }; ethernet@10100000 { - status = "okay"; + mtd-mac-address = <&factory 0x4>; }; esw@10110000 { - status = "okay"; ralink,portmap = <0x2f>; }; - wmac@10180000 { - status = "okay"; - }; - ehci@101c0000 { status = "okay"; }; @@ -103,27 +92,19 @@ }; }; - usb0: gpio-regulator { - compatible = "regulator-gpio"; - - regulator-name = "usb0-power"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - regulator-boot-on; - - enable-active-high; - enable-gpio = <&gpio0 7 0>; - }; - - hub0: gpio-regulator { - compatible = "regulator-gpio"; - - regulator-name = "hub0-power"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - regulator-boot-on; + gpio_export { + compatible = "gpio-export"; + #size-cells = <0>; - enable-active-high; - enable-gpio = <&gpio0 12 0>; + usb { + gpio-export,name = "usb"; + gpio-export,output = <1>; + gpios = <&gpio0 7 0>; + }; + root_hub { + gpio-export,name = "root_hub"; + gpio-export,output = <1>; + gpios = <&gpio0 12 0>; + }; }; };