From 74ec41ef59538bc6d21a327fb046a4151952f70d Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 11 Aug 2014 11:37:21 +0000 Subject: 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 SVN-Revision: 42128 --- target/linux/brcm63xx/dts/nb4-fxc-r1.dts | 8 ++++++++ target/linux/brcm63xx/dts/nb4-ser-r0.dts | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 target/linux/brcm63xx/dts/nb4-fxc-r1.dts create mode 100644 target/linux/brcm63xx/dts/nb4-ser-r0.dts (limited to 'target/linux/brcm63xx/dts') diff --git a/target/linux/brcm63xx/dts/nb4-fxc-r1.dts b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts new file mode 100644 index 0000000000..e04845fa42 --- /dev/null +++ b/target/linux/brcm63xx/dts/nb4-fxc-r1.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6358.dtsi" + +/ { + model = "SFR Neuf Box 4 (Foxconn)"; + compatible = "sfr,nb4-fxc-r1", "brcm,bcm6358"; +}; 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"; +}; -- cgit v1.2.3