X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fbcm963269bhr.dts;h=4caca94f7f202a4990b2a2b23ea232d549ecbba7;hp=84f655490f2984f74d7f3e37c092edcf0d2b2c1b;hb=a49f6565b34c7defbe66cd03c2cb04752ec4dbe6;hpb=5e8eedb897f080e9784897ee452c5a6f8fc83faf diff --git a/target/linux/brcm63xx/dts/bcm963269bhr.dts b/target/linux/brcm63xx/dts/bcm963269bhr.dts index 84f655490f..4caca94f7f 100644 --- a/target/linux/brcm63xx/dts/bcm963269bhr.dts +++ b/target/linux/brcm63xx/dts/bcm963269bhr.dts @@ -1,11 +1,18 @@ /dts-v1/; -/include/ "bcm63268.dtsi" +#include "bcm63268.dtsi" + +#include / { model = "Broadcom BCM963269BHR reference board"; compatible = "brcm,bcm963269bhr", "brcm,bcm63268"; + chosen { + bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + stdout-path = "serial0:115200n8"; + }; + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -15,8 +22,8 @@ reset { label = "reset"; - gpios = <&gpio1 0 0>; - linux,code = <0x198>; + gpios = <&pinctrl 32 0>; + linux,code = ; }; }; @@ -24,13 +31,38 @@ compatible = "gpio-leds"; usb1 { - label = "963629BHR:green:usb1"; - gpios = <&gpio0 9 1>; + label = "963269BHR:green:usb1"; + gpios = <&pinctrl 9 1>; }; - usb12 { - label = "963629BHR:green:usb1"; - gpios = <&gpio0 9 1>; + usb2 { + label = "963269BHR:green:usb2"; + gpios = <&pinctrl 10 1>; + }; + }; +}; + +&hsspi { + status = "ok"; + + flash@0 { + compatible = "jedec,spi-nor"; + spi-max-frequency = <20000000>; + spi-tx-bus-width = <2>; + spi-rx-bus-width = <2>; + reg = <0>; + + #address-cells = <1>; + #size-cells = <1>; + + linux,part-probe = "bcm63xxpart"; + + partitions { + compatible = "brcm,bcm963xx-cfe-nor-partitions"; }; }; }; + +&uart0 { + status = "ok"; +};