diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-08-03 14:39:03 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-08 18:41:46 -0700 |
commit | 088e3148cff387af5f56605bd8fa387eace46b06 (patch) | |
tree | 48f4189949cddee90ff396c2ff11eb679a280da6 /arch/arm/boot/dts/Makefile | |
parent | e3227c128990deb8a9a12236fe4796a5951d0d22 (diff) | |
download | blackbird-op-linux-088e3148cff387af5f56605bd8fa387eace46b06.tar.gz blackbird-op-linux-088e3148cff387af5f56605bd8fa387eace46b06.zip |
ARM: dts: NSP: Add new DT file for bcm958522er
Create a new device tree file for the Broadcom Northstar Plus
bcm958522er SVK. This SVK has 2GB RAM, 2 ports Ethernet, 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 84555f4bac31..aa6f2d2ddf25 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) += \ + bcm958522er.dtb \ bcm958525er.dtb \ bcm958525xmc.dtb \ bcm958625hr.dtb \ |