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 | c22347ed9ae10f8c757040e09336d0b190da1bcf (patch) | |
tree | a3e1bd83afc0d0c4e01b44667dda07ceb1ac3f50 /target/linux/brcm63xx/dts/bcm6368.dtsi | |
parent | 3b703b5dd7a111aefee2ebb36dbf8d82af64c266 (diff) | |
download | upstream-c22347ed9ae10f8c757040e09336d0b190da1bcf.tar.gz upstream-c22347ed9ae10f8c757040e09336d0b190da1bcf.tar.bz2 upstream-c22347ed9ae10f8c757040e09336d0b190da1bcf.zip |
brcm63xx: add empty dtsi files for each of the supported SoCs
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42120 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm6368.dtsi')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6368.dtsi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6368.dtsi b/target/linux/brcm63xx/dts/bcm6368.dtsi new file mode 100644 index 0000000000..b923b07be8 --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm6368.dtsi @@ -0,0 +1,23 @@ +/ { + #address-cells = <1>; + #size-cells = <1>; + compatible = "brcm,bcm6368"; + + 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"; + }; +}; |