diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2017-01-16 11:57:32 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-20 13:34:21 -0500 |
commit | e9c7bebed367e3af7c4226a7471f1cd7b87c17d3 (patch) | |
tree | 25b381bf987cba807617f7e2c982b6a44d97df75 | |
parent | fd252312016e0e458a9338db206ad4be31eec932 (diff) |
ARM: dts: am335x-sl50: Enable UART1.
The UART1 is connected to the infrared (IR) receiver module, so enable it
to be able to comunicate with it.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-sl50.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts index 34f49001050d..89ddf26b94d3 100644 --- a/arch/arm/boot/dts/am335x-sl50.dts +++ b/arch/arm/boot/dts/am335x-sl50.dts | |||
@@ -136,6 +136,13 @@ | |||
136 | >; | 136 | >; |
137 | }; | 137 | }; |
138 | 138 | ||
139 | uart1_pins: pinmux_uart1_pins { | ||
140 | pinctrl-single,pins = < | ||
141 | AM33XX_IOPAD(0x980, PIN_INPUT_PULLUP | MUX_MODE0) /* uart1_rxd.uart1_rxd */ | ||
142 | AM33XX_IOPAD(0x984, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_txd.uart1_txd */ | ||
143 | >; | ||
144 | }; | ||
145 | |||
139 | uart4_pins: pinmux_uart4_pins { | 146 | uart4_pins: pinmux_uart4_pins { |
140 | pinctrl-single,pins = < | 147 | pinctrl-single,pins = < |
141 | AM33XX_IOPAD(0x870, PIN_INPUT_PULLUP | MUX_MODE6) /* gpmc_wait0.uart4_rxd */ | 148 | AM33XX_IOPAD(0x870, PIN_INPUT_PULLUP | MUX_MODE6) /* gpmc_wait0.uart4_rxd */ |
@@ -381,6 +388,12 @@ | |||
381 | pinctrl-0 = <&uart0_pins>; | 388 | pinctrl-0 = <&uart0_pins>; |
382 | }; | 389 | }; |
383 | 390 | ||
391 | &uart1 { | ||
392 | status = "okay"; | ||
393 | pinctrl-names = "default"; | ||
394 | pinctrl-0 = <&uart1_pins>; | ||
395 | }; | ||
396 | |||
384 | &uart4 { | 397 | &uart4 { |
385 | status = "okay"; | 398 | status = "okay"; |
386 | pinctrl-names = "default"; | 399 | pinctrl-names = "default"; |