diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:21 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:21 +0000 |
commit | 74ec41ef59538bc6d21a327fb046a4151952f70d (patch) | |
tree | 74d45ae96a0222b2135edf5c42395c8d9b4b17ba /target/linux/brcm63xx/dts/nb4-ser-r0.dts | |
parent | 862f7fccb00cf5641c056dc5f23a0d85276bf26d (diff) | |
download | upstream-74ec41ef59538bc6d21a327fb046a4151952f70d.tar.gz upstream-74ec41ef59538bc6d21a327fb046a4151952f70d.tar.bz2 upstream-74ec41ef59538bc6d21a327fb046a4151952f70d.zip |
brcm63xx: use dtb board detection for neufbox 4
This splits up neufbox 4 for now into two images, one for each OEM.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42128
Diffstat (limited to 'target/linux/brcm63xx/dts/nb4-ser-r0.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/nb4-ser-r0.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/nb4-ser-r0.dts b/target/linux/brcm63xx/dts/nb4-ser-r0.dts new file mode 100644 index 0000000000..9b82ccd8ba --- /dev/null +++ b/target/linux/brcm63xx/dts/nb4-ser-r0.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6358.dtsi" + +/ { + model = "SFR Neuf Box 4 (Sercomm)"; + compatible = "sfr,nb4-ser-r0", "brcm,bcm6358"; +}; |