diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-08-03 14:39:04 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-08 18:41:46 -0700 |
commit | f27eacf247da6a10deee9a9f8a75b749be921471 (patch) | |
tree | 6ad31ba24acd1e938d8a914c8a41968edb7c083b /arch/arm/boot/dts/Makefile | |
parent | 088e3148cff387af5f56605bd8fa387eace46b06 (diff) | |
download | lwn-f27eacf247da6a10deee9a9f8a75b749be921471.tar.gz lwn-f27eacf247da6a10deee9a9f8a75b749be921471.zip |
ARM: dts: NSP: Add new DT file for bcm988312hr
Create a new device tree file for the Broadcom Northstar Plus
bcm988312hr SVK. This SVK has 2GB RAM, 5 ports Ethernet, 2 eSATA, 2 PCI
slots, and 1 UART. Also, it has the ability to reboot via GPIO. To be
added in the future is support for the USB.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index aa6f2d2ddf25..2c23c0a5a439 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -106,6 +106,7 @@ dtb-$(CONFIG_ARCH_BCM_NSP) += \ bcm958525er.dtb \ bcm958525xmc.dtb \ bcm958625hr.dtb \ + bcm988312hr.dtb \ bcm958625k.dtb dtb-$(CONFIG_ARCH_BERLIN) += \ berlin2-sony-nsz-gs7.dtb \ |