diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-08-03 21:39:05 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-09 04:41:46 +0300 |
commit | d454c3762437b6652626a6e6f12bcb607d81e842 (patch) | |
tree | dd3fc90f231fb394f2e880397accd1e40d0acde4 /arch/arm/boot/dts/Makefile | |
parent | f27eacf247da6a10deee9a9f8a75b749be921471 (diff) | |
download | linux-d454c3762437b6652626a6e6f12bcb607d81e842.tar.xz |
ARM: dts: NSP: Add new DT file for bcm958623hr
Create a new device tree file for the Broadcom Northstar Plus
bcm958623hr SVK. This SVK has 2GB RAM, 5 ports Ethernet, SATA, 2 PCI
slots, and 1 UART. Also, it has the ability to reboot via GPIO. To be
added in the future are support for the USB and SLIC audio.
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 2c23c0a5a439..a29b64d5d69b 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -105,6 +105,7 @@ dtb-$(CONFIG_ARCH_BCM_NSP) += \ bcm958522er.dtb \ bcm958525er.dtb \ bcm958525xmc.dtb \ + bcm958623hr.dtb \ bcm958625hr.dtb \ bcm988312hr.dtb \ bcm958625k.dtb |