diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-08-03 14:39:02 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-08 18:41:46 -0700 |
commit | e3227c128990deb8a9a12236fe4796a5951d0d22 (patch) | |
tree | 81cf394f5e27ead05ced781b6f74f2c22edcb6df /arch/arm/boot/dts/Makefile | |
parent | 10baed1cdfca0bd6357a3a9048e8b72c844d29ec (diff) | |
download | lwn-e3227c128990deb8a9a12236fe4796a5951d0d22.tar.gz lwn-e3227c128990deb8a9a12236fe4796a5951d0d22.zip |
ARM: dts: NSP: Add new DT file for bcm958525er
Create a new device tree file for the Broadcom Northstar Plus
bcm958525er SVK. This SVK has 2GB RAM, 2 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 faacd52370d2..84555f4bac31 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -102,6 +102,7 @@ dtb-$(CONFIG_ARCH_BCM_MOBILE) += \ bcm21664-garnet.dtb \ bcm23550-sparrow.dtb dtb-$(CONFIG_ARCH_BCM_NSP) += \ + bcm958525er.dtb \ bcm958525xmc.dtb \ bcm958625hr.dtb \ bcm958625k.dtb |