mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 14:56:03 +00: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:
parent
b53005cafc
commit
e11fad3e18
1 changed files with 14 additions and 0 deletions
|
@ -43,6 +43,20 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpio4 {
|
&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 {
|
uart3_rs232 {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
output-high;
|
output-high;
|
||||||
|
|
Loading…
Add table
Reference in a new issue