diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2017-01-24 11:09:34 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-26 08:08:48 -0800 |
commit | bb07a829ec38d2628a7443563fbff5483a3157f2 (patch) | |
tree | 1cee4614828b86dcb22216b5e011a7d7ea1485f8 /arch/arm/boot/dts/am335x-phycore-rdk.dts | |
parent | d8e166b4ad0e3626af0378cadb2d7ba41efa005a (diff) | |
download | linux-bb07a829ec38d2628a7443563fbff5483a3157f2.tar.gz |
ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board
The phyCORE-AM335x development kit is a combination of the
phyCORE-AM335x SoM and a PCM-953 carrier board. The features
of the PCM-953 are:
* ETH phy on carrier board: 1x RGMII
* 1x CAN
* Up to 4x UART
* USB0 (otg)
* USB1 (host)
* SD slot
* User gpio-keys
* User LEDs
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-phycore-rdk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-phycore-rdk.dts | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-phycore-rdk.dts b/arch/arm/boot/dts/am335x-phycore-rdk.dts new file mode 100644 index 000000000000..305f0b35d6ea --- /dev/null +++ b/arch/arm/boot/dts/am335x-phycore-rdk.dts @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2014 PHYTEC Messtechnik GmbH + * Author: Wadim Egorov <w.egorov@phytec.de> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +/dts-v1/; + +#include "am335x-phycore-som.dtsi" +#include "am335x-pcm-953.dtsi" + +/* SoM */ +&i2c_eeprom { + status = "okay"; +}; + +&i2c_rtc { + status = "okay"; +}; + +&serial_flash { + status = "okay"; + +}; |