diff options
author | Eliad Peller <eliad@wizery.com> | 2015-05-04 08:41:13 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-20 14:21:24 -0400 |
commit | ab159d234d2eb0cf142a68c8f96e88fa082b96e6 (patch) | |
tree | 4d76e598fba5a64f0986cb0f42cfaccba0c45ebf | |
parent | b6bbf59899f91fe38d36c20defcee84dd5c19195 (diff) |
ARM: dts: am335x-evm: add bluetooth support
uart1 is used for connecting to wilink8 bluetooth subsystem.
add the needed muxes and definitions.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Eyal Reizer <eyalr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-evm.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index 66342515df20..521ca9b1040f 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts | |||
@@ -176,6 +176,15 @@ | |||
176 | >; | 176 | >; |
177 | }; | 177 | }; |
178 | 178 | ||
179 | uart1_pins: pinmux_uart1_pins { | ||
180 | pinctrl-single,pins = < | ||
181 | 0x178 (PIN_INPUT | MUX_MODE0) /* uart1_ctsn.uart1_ctsn */ | ||
182 | 0x17C (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_rtsn.uart1_rtsn */ | ||
183 | 0x180 (PIN_INPUT_PULLUP | MUX_MODE0) /* uart1_rxd.uart1_rxd */ | ||
184 | 0x184 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_txd.uart1_txd */ | ||
185 | >; | ||
186 | }; | ||
187 | |||
179 | clkout2_pin: pinmux_clkout2_pin { | 188 | clkout2_pin: pinmux_clkout2_pin { |
180 | pinctrl-single,pins = < | 189 | pinctrl-single,pins = < |
181 | 0x1b4 (PIN_OUTPUT_PULLDOWN | MUX_MODE3) /* xdma_event_intr1.clkout2 */ | 190 | 0x1b4 (PIN_OUTPUT_PULLDOWN | MUX_MODE3) /* xdma_event_intr1.clkout2 */ |
@@ -323,6 +332,13 @@ | |||
323 | status = "okay"; | 332 | status = "okay"; |
324 | }; | 333 | }; |
325 | 334 | ||
335 | &uart1 { | ||
336 | pinctrl-names = "default"; | ||
337 | pinctrl-0 = <&uart1_pins>; | ||
338 | |||
339 | status = "okay"; | ||
340 | }; | ||
341 | |||
326 | &i2c0 { | 342 | &i2c0 { |
327 | pinctrl-names = "default"; | 343 | pinctrl-names = "default"; |
328 | pinctrl-0 = <&i2c0_pins>; | 344 | pinctrl-0 = <&i2c0_pins>; |