diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:17 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:17 +0000 |
commit | 862f7fccb00cf5641c056dc5f23a0d85276bf26d (patch) | |
tree | 4914ec566eea940fa637f045bf813097cf158f85 /target/linux/brcm63xx/dts | |
parent | 52b0935efe803609153bf0c040efbe7578695aff (diff) | |
download | upstream-862f7fccb00cf5641c056dc5f23a0d85276bf26d.tar.gz upstream-862f7fccb00cf5641c056dc5f23a0d85276bf26d.tar.bz2 upstream-862f7fccb00cf5641c056dc5f23a0d85276bf26d.zip |
brcm63xx: use dtb board detection for NB6
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42127
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/nb6-ser-r0.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/nb6-ser-r0.dts b/target/linux/brcm63xx/dts/nb6-ser-r0.dts new file mode 100644 index 0000000000..ea3b1fafa5 --- /dev/null +++ b/target/linux/brcm63xx/dts/nb6-ser-r0.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6362.dtsi" + +/ { + model = "SFR neufbox 6 (Sercomm)"; + compatible = "sfr,nb6-ser-r0", "brcm,bcm6362"; +}; |