X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FDAP-1350.dts;h=ee53e5ef95230b76b3318b91a8d71c4a19b1bef3;hp=a484b34f726a0b82f1cf4b66aad2f76c041c4a3e;hb=HEAD;hpb=ec4901457ce20b5a20cca62efb60404832e0f594 diff --git a/target/linux/ramips/dts/DAP-1350.dts b/target/linux/ramips/dts/DAP-1350.dts index a484b34f72..ee53e5ef95 100644 --- a/target/linux/ramips/dts/DAP-1350.dts +++ b/target/linux/ramips/dts/DAP-1350.dts @@ -6,25 +6,17 @@ compatible = "DAP-1350", "ralink,rt3052-soc"; model = "D-Link DAP-1350"; - memorydetect { - ralink,memory = <0x0 0x200000 0x4000000>; - }; - chosen { - bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(devdata)ro,192k(devconf)ro,256k(devlang)ro,7488k@0xb0000(firmware)"; + bootargs = "console=ttyS0,115200"; }; - palmbus@10000000 { - sysc@0 { - ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; - - gpio0: gpio@600 { - status = "okay"; + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; + ralink,function = "gpio"; + }; }; - }; cfi@1f000000 { @@ -35,17 +27,49 @@ device-width = <2>; #address-cells = <1>; #size-cells = <1>; + + partition@0 { + label = "u-boot"; + reg = <0x0 0x30000>; + read-only; + }; + + devdata: partition@30000 { + label = "devdata"; + reg = <0x30000 0x10000>; + read-only; + }; + + partition@40000 { + label = "devconf"; + reg = <0x40000 0x30000>; + read-only; + }; + + partition@70000 { + label = "devlang"; + reg = <0x70000 0x40000>; + read-only; + }; + + partition@b0000 { + label = "firmware"; + reg = <0xb0000 0x750000>; + }; }; ethernet@10100000 { - status = "okay"; + mtd-mac-address = <&devdata 0x2e>; }; esw@10110000 { - status = "okay"; ralink,portmap = <0x2f>; }; + wmac@10180000 { + ralink,mtd-eeprom = <&devdata 0>; + }; + gpio-leds { compatible = "gpio-leds"; power { @@ -89,10 +113,6 @@ }; }; - wmac@10180000 { - status = "okay"; - }; - otg@101c0000 { status = "okay"; };