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/am335x-regor-rdk.dts | |
parent | 4dc020c507551a68d334bd93c7ca1312c487958d (diff) |
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/am335x-regor-rdk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-regor-rdk.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-regor-rdk.dts b/arch/arm/boot/dts/am335x-regor-rdk.dts new file mode 100644 index 000000000000..66a1360b83d5 --- /dev/null +++ b/arch/arm/boot/dts/am335x-regor-rdk.dts @@ -0,0 +1,24 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2019 Phytec Messtechnik GmbH + * Author: Teresa Remmet <t.remmet@phytec.de> + * + */ + +/dts-v1/; + +#include "am335x-phycore-som.dtsi" +#include "am335x-regor.dtsi" + +/* SoM */ +&gpmc { + status = "okay"; +}; + +&i2c_eeprom { + status = "okay"; +}; + +&serial_flash { + status = "okay"; +}; |