1
0
Fork 0

ARM: dts: am437x-gp-evm: Enable gpio.

Enable gpio3, gpio4, it will be used by gpio matrix keys. Also,
can be used by othe peripherals.

Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
hifive-unleashed-5.1
Sourav Poddar 2013-12-19 18:03:40 +05:30 committed by Benoit Cousson
parent c540b476d2
commit d3d46ccae3
1 changed files with 8 additions and 0 deletions

View File

@ -69,3 +69,11 @@
pinctrl-names = "default";
pinctrl-0 = <&ecap0_pins>;
};
&gpio3 {
status = "okay";
};
&gpio4 {
status = "okay";
};