diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2019-05-24 15:20:03 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-06-10 05:06:44 -0700 |
commit | e3630fd9aa2a11d0dd12b92e7d51299f9b547d64 (patch) | |
tree | 1232571523d2689e1c5d1f596d9ab9df882872ce /arch/arm/boot/dts/Makefile | |
parent | 4dc020c507551a68d334bd93c7ca1312c487958d (diff) | |
download | linux-rt-e3630fd9aa2a11d0dd12b92e7d51299f9b547d64.tar.gz |
ARM: dts: Add support for phyBOARD-REGOR-AM335x
Adding support for phyBOARD-REGOR-AM335x:
- CAN
- UART0 / UART2
- RS485
- USB device
- i2c RTC
- SD
- ethernet0 RMII
- ethernet1 MII
- Digital I/Os
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.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 dab2914fa293..ca42400dc5e8 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -748,6 +748,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-pepper.dtb \ am335x-phycore-rdk.dtb \ am335x-pocketbeagle.dtb \ + am335x-regor-rdk.dtb \ am335x-sancloud-bbe.dtb \ am335x-shc.dtb \ am335x-sbc-t335.dtb \ |