aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-11 11:37:04 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-11 11:37:04 +0000
commit8d3fe23098ed5617f4afc8a55481a20bd18e334c (patch)
tree9dbc7d2af3acc30c4b678ea69b7d74da6b035a23 /target/linux/brcm63xx/dts
parent1057e53813d09260e588ba9dda8553c8146d3fc4 (diff)
downloadmaster-187ad058-8d3fe23098ed5617f4afc8a55481a20bd18e334c.tar.gz
master-187ad058-8d3fe23098ed5617f4afc8a55481a20bd18e334c.tar.bz2
master-187ad058-8d3fe23098ed5617f4afc8a55481a20bd18e334c.zip
brcm63xx: move bcm96328avng to dtb detection
Use appended dtb for board detection for bcm96328avng. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42124 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r--target/linux/brcm63xx/dts/bcm96328avng.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96328avng.dts b/target/linux/brcm63xx/dts/bcm96328avng.dts
new file mode 100644
index 0000000000..52e7dafe1b
--- /dev/null
+++ b/target/linux/brcm63xx/dts/bcm96328avng.dts
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+/include/ "bcm6328.dtsi"
+
+/ {
+ model = "Broadcom BCM96328avng reference board";
+ compatible = "brcm,bcm96328avng", "brcm,bcm6328";
+};