diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:36:53 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:36:53 +0000 |
commit | 0343c0288e72580a27696f13758b53f1c75c89bd (patch) | |
tree | 5624240b72ea5835878068153cd8b3c2663a0c49 /target/linux/brcm63xx/dts/bcm6362.dtsi | |
parent | de8e3f2f86b26650480f9619f42281eed228b4c9 (diff) | |
download | upstream-0343c0288e72580a27696f13758b53f1c75c89bd.tar.gz upstream-0343c0288e72580a27696f13758b53f1c75c89bd.tar.bz2 upstream-0343c0288e72580a27696f13758b53f1c75c89bd.zip |
brcm63xx: add empty dtsi files for each of the supported SoCs
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42120
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm6362.dtsi')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6362.dtsi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6362.dtsi b/target/linux/brcm63xx/dts/bcm6362.dtsi new file mode 100644 index 0000000000..9553621571 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm6362.dtsi @@ -0,0 +1,23 @@ +/ { + #address-cells = <1>; + #size-cells = <1>; + compatible = "brcm,bcm6362"; + + cpus { + cpu@0 { + compatible = "brcm,bmips4350", "mips,mips4Kc"; + }; + + cpu@1 { + compatible = "brcm,bmips4350", "mips,mips4Kc"; + }; + }; + + memory { device_type = "memory"; reg = <0 0>; }; + + ubus@10000000 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "simple-bus"; + }; +}; |