diff options
author | Andrew F. Davis <afd@ti.com> | 2016-10-07 09:44:27 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-18 07:05:55 -0800 |
commit | 8b43764f5d6859c6da9ee140b8b6f0d8c378064e (patch) | |
tree | ff6f504fd5e3a55af03a2193244f4666c534a696 /arch/arm/boot/dts/am572x-idk.dts | |
parent | c0a0ee4693511643a4ebab949a97d6e79508b06d (diff) |
ARM: dts: am57xx-idk: Add Industrial input support
The SN65HVS882 is available on both the AM572x and AM571x IDKs and is
attached to SPI1. Input is attached to the I/O header. The load trigger
is attached to GPIO3_19 on the AM572x IDK.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am572x-idk.dts')
-rw-r--r-- | arch/arm/boot/dts/am572x-idk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am572x-idk.dts b/arch/arm/boot/dts/am572x-idk.dts index 87bbc66f0f21..27d9149cedba 100644 --- a/arch/arm/boot/dts/am572x-idk.dts +++ b/arch/arm/boot/dts/am572x-idk.dts @@ -83,3 +83,7 @@ bus-width = <4>; cd-gpios = <&gpio6 27 0>; /* gpio 219 */ }; + +&sn65hvs882 { + load-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; +}; |