mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
arm: dts: imx8mm-venice-gw7901: add digital I/O direction control GPIO's
The GW7901 has GPIO's to configure the direction of its isolated digital I/O signals. Add the GPIO pinmux, line names, and hog configuration. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
committed by
Fabio Estevam
parent
b53005cafc
commit
e11fad3e18
@@ -43,6 +43,20 @@
|
||||
};
|
||||
|
||||
&gpio4 {
|
||||
dig1ctl {
|
||||
gpio-hog;
|
||||
output-low;
|
||||
gpios = <4 GPIO_ACTIVE_HIGH>;
|
||||
line-name = "dig1_ctl";
|
||||
};
|
||||
|
||||
dig2ctl {
|
||||
gpio-hog;
|
||||
output-low;
|
||||
gpios = <5 GPIO_ACTIVE_HIGH>;
|
||||
line-name = "dig2_ctl";
|
||||
};
|
||||
|
||||
uart3_rs232 {
|
||||
gpio-hog;
|
||||
output-high;
|
||||
|
||||
Reference in New Issue
Block a user