diff options
author | Chen-Yu Tsai <wens@csie.org> | 2013-12-31 21:30:50 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-01-01 18:01:59 -0500 |
commit | f2e0759e904676b27204bb35cdd18ddb2d03d8b1 (patch) | |
tree | 7c82a0724c4096be614262ad2e7cd2d01cf917b4 | |
parent | 00f7ed8d892f3370b6ae83d026cb7d22894ec15b (diff) |
ARM: dts: sun7i: Add pin muxing options for clock outputs
This patch adds the clock output pin options on the A20.
The 2 pins can output a configurable clock to be used by
external modules. This is used on the CubieTruck, to supply
a 32768 Hz low power clock to the onboard Wifi+BT module.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 5cf371daa977..898b0219e5c5 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi | |||
@@ -389,6 +389,20 @@ | |||
389 | allwinner,drive = <0>; | 389 | allwinner,drive = <0>; |
390 | allwinner,pull = <0>; | 390 | allwinner,pull = <0>; |
391 | }; | 391 | }; |
392 | |||
393 | clk_out_a_pins_a: clk_out_a@0 { | ||
394 | allwinner,pins = "PI12"; | ||
395 | allwinner,function = "clk_out_a"; | ||
396 | allwinner,drive = <0>; | ||
397 | allwinner,pull = <0>; | ||
398 | }; | ||
399 | |||
400 | clk_out_b_pins_a: clk_out_b@0 { | ||
401 | allwinner,pins = "PI13"; | ||
402 | allwinner,function = "clk_out_b"; | ||
403 | allwinner,drive = <0>; | ||
404 | allwinner,pull = <0>; | ||
405 | }; | ||
392 | }; | 406 | }; |
393 | 407 | ||
394 | timer@01c20c00 { | 408 | timer@01c20c00 { |