X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fspw303v.dts;h=04bbb5a1129abc688579bdc4194d43479ef28bd7;hb=65f9e5252678e748215a34b5ad73f03bccf6d3bc;hp=7a0002023f0a89e5889aec170a360fd6bea57564;hpb=aba4e29eadfb82ef7f52f85cdb4cd10a4abad622;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/target/linux/brcm63xx/dts/spw303v.dts b/target/linux/brcm63xx/dts/spw303v.dts index 7a0002023f..04bbb5a112 100644 --- a/target/linux/brcm63xx/dts/spw303v.dts +++ b/target/linux/brcm63xx/dts/spw303v.dts @@ -9,30 +9,32 @@ compatible = "t-com,spw303v", "brcm,bcm6358"; chosen { - bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; stdout-path = "serial0:115200n8"; }; - gpio-keys-polled { + keys { compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; poll-interval = <20>; - debounce-interval = <60>; reset { label = "reset"; gpios = <&pinctrl 11 0>; linux,code = ; + debounce-interval = <60>; }; + ses { label = "ses"; gpios = <&pinctrl 37 1>; linux,code = ; + debounce-interval = <60>; }; }; - gpio-leds { + leds { compatible = "gpio-leds"; ses_green { @@ -66,22 +68,27 @@ &pflash { status = "ok"; - linux,part-probe = "bcm63xxpart"; + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; - cfe@0 { - label = "CFE"; - reg = <0x000000 0x010000>; - read-only; - }; + cfe@0 { + label = "CFE"; + reg = <0x000000 0x010000>; + read-only; + }; - linux@10000 { - label = "linux"; - reg = <0x010000 0x7e0000>; - }; + linux@10000 { + label = "linux"; + reg = <0x010000 0x7e0000>; + compatible = "brcm,bcm963xx-imagetag"; + }; - nvram@7f0000 { - label = "nvram"; - reg = <0x7f0000 0x010000>; + nvram@7f0000 { + label = "nvram"; + reg = <0x7f0000 0x010000>; + }; }; };