diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2013-03-27 07:01:34 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-18 19:53:35 -0400 |
commit | 9f2fbe174124f9ec0bb4e690f303d342dfa8b3dd (patch) | |
tree | 09c4d4478090600b1f6d3c860d4d0e0d4890a983 /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | dde3b0d64c3df7272082128133f0af592d7ac50f (diff) |
ARM: dts: AM33XX: Add default pinctrl binding for UART0 device
Add pin control binding for UART0 device nodes in all
board specific DT files.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Acked-by: Matt Porter <mporter@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index bcd702897d51..0eec644471c4 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts | |||
@@ -58,10 +58,20 @@ | |||
58 | 0x18c 0x30 /* i2c0_scl.i2c0_scl PULLUP | INPUTENABLE | MODE0 */ | 58 | 0x18c 0x30 /* i2c0_scl.i2c0_scl PULLUP | INPUTENABLE | MODE0 */ |
59 | >; | 59 | >; |
60 | }; | 60 | }; |
61 | |||
62 | uart0_pins: pinmux_uart0_pins { | ||
63 | pinctrl-single,pins = < | ||
64 | 0x170 0x30 /* uart0_rxd.uart0_rxd PULLUP | INPUTENABLE | MODE0 */ | ||
65 | 0x174 0x00 /* uart0_txd.uart0_txd PULLDOWN | MODE0 */ | ||
66 | >; | ||
67 | }; | ||
61 | }; | 68 | }; |
62 | 69 | ||
63 | ocp { | 70 | ocp { |
64 | uart0: serial@44e09000 { | 71 | uart0: serial@44e09000 { |
72 | pinctrl-names = "default"; | ||
73 | pinctrl-0 = <&uart0_pins>; | ||
74 | |||
65 | status = "okay"; | 75 | status = "okay"; |
66 | }; | 76 | }; |
67 | 77 | ||