diff options
author | Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com> | 2022-03-25 10:06:12 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-04-21 14:03:16 +0300 |
commit | 762217eaf92545d35833e4a6b48fc3e79bb7ef41 (patch) | |
tree | 5be916912bc287aa0ac64916a39739c1fdb590d8 | |
parent | 6e049b9a42108eeae494a370b3ea8bb46ade0674 (diff) | |
download | lwn-762217eaf92545d35833e4a6b48fc3e79bb7ef41.tar.gz lwn-762217eaf92545d35833e4a6b48fc3e79bb7ef41.zip |
ARM: dts: am335x: Guardian: Add gpio line manes
* assign name to gpio line
Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Message-Id: <20220325100613.1494-15-Gireesh.Hiremath@in.bosch.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-guardian.dts | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-guardian.dts b/arch/arm/boot/dts/am335x-guardian.dts index b225210d5e11..cc56b4510930 100644 --- a/arch/arm/boot/dts/am335x-guardian.dts +++ b/arch/arm/boot/dts/am335x-guardian.dts @@ -382,6 +382,80 @@ }; }; +&gpio0 { + gpio-line-names = + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "MirxWakeup", + "", + ""; +}; + +&gpio3 { + ti,gpio-always-on; + ti,no-reset-on-init; + gpio-line-names = + "", + "MirxBtReset", + "", + "CcVolAdcEn", + "MirxBlePause", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "AspEn", + "", + "", + "", + "", + "", + "", + "BatVolAdcEn", + "", + "", + "", + "", + "", + "", + "", + "", + "", + ""; +}; + &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins>; |