diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-25 16:23:23 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-27 14:54:47 +0200 |
commit | 622372309f292efe21dabaf46122a147864d239f (patch) | |
tree | 831a2872760bd97ddfea95de60a6108134389e1e /arch/arm/boot/dts/uniphier-ph1-pro4.dtsi | |
parent | 55d945b249eae485b57172fcba51f8629cd97c39 (diff) | |
download | blackbird-obmc-linux-622372309f292efe21dabaf46122a147864d239f.tar.gz blackbird-obmc-linux-622372309f292efe21dabaf46122a147864d239f.zip |
ARM: dts: UniPhier: add UART and USB pinmux nodes
The DT nodes in uniphier-pinctrl.dtsi provide the default pinctrl
settings that would be suitable for most boards. You can still
override them in your board DTS file if necessary.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ph1-pro4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ph1-pro4.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ph1-pro4.dtsi b/arch/arm/boot/dts/uniphier-ph1-pro4.dtsi index 789bd48b7673..d0ca4c86c8e4 100644 --- a/arch/arm/boot/dts/uniphier-ph1-pro4.dtsi +++ b/arch/arm/boot/dts/uniphier-ph1-pro4.dtsi @@ -96,6 +96,8 @@ compatible = "socionext,uniphier-uart"; status = "disabled"; reg = <0x54006800 0x40>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_uart0>; interrupts = <0 33 4>; clocks = <&uart_clk>; fifo-size = <64>; @@ -105,6 +107,8 @@ compatible = "socionext,uniphier-uart"; status = "disabled"; reg = <0x54006900 0x40>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_uart1>; interrupts = <0 35 4>; clocks = <&uart_clk>; fifo-size = <64>; @@ -114,6 +118,8 @@ compatible = "socionext,uniphier-uart"; status = "disabled"; reg = <0x54006a00 0x40>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_uart2>; interrupts = <0 37 4>; clocks = <&uart_clk>; fifo-size = <64>; @@ -123,6 +129,8 @@ compatible = "socionext,uniphier-uart"; status = "disabled"; reg = <0x54006b00 0x40>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_uart3>; interrupts = <0 29 4>; clocks = <&uart_clk>; fifo-size = <64>; @@ -138,6 +146,8 @@ compatible = "socionext,uniphier-ehci", "generic-ehci"; status = "disabled"; reg = <0x5a800100 0x100>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usb2>; interrupts = <0 80 4>; }; @@ -145,6 +155,8 @@ compatible = "socionext,uniphier-ehci", "generic-ehci"; status = "disabled"; reg = <0x5a810100 0x100>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usb3>; interrupts = <0 81 4>; }; @@ -177,3 +189,5 @@ }; }; }; + +/include/ "uniphier-pinctrl.dtsi" |