summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-25 16:23:23 +0900
committerOlof Johansson <olof@lixom.net>2015-07-27 14:54:47 +0200
commit622372309f292efe21dabaf46122a147864d239f (patch)
tree831a2872760bd97ddfea95de60a6108134389e1e /arch/arm/boot/dts/uniphier-ph1-ld4.dtsi
parent55d945b249eae485b57172fcba51f8629cd97c39 (diff)
downloadop-kernel-dev-622372309f292efe21dabaf46122a147864d239f.zip
op-kernel-dev-622372309f292efe21dabaf46122a147864d239f.tar.gz
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-ld4.dtsi')
-rw-r--r--arch/arm/boot/dts/uniphier-ph1-ld4.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi b/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi
index 518eab7..4add90b 100644
--- a/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi
+++ b/arch/arm/boot/dts/uniphier-ph1-ld4.dtsi
@@ -89,6 +89,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>;
@@ -98,6 +100,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>;
@@ -107,6 +111,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>;
@@ -116,6 +122,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>;
@@ -131,6 +139,8 @@
compatible = "socionext,uniphier-ehci", "generic-ehci";
status = "disabled";
reg = <0x5a800100 0x100>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb0>;
interrupts = <0 80 4>;
};
@@ -138,6 +148,8 @@
compatible = "socionext,uniphier-ehci", "generic-ehci";
status = "disabled";
reg = <0x5a810100 0x100>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb1>;
interrupts = <0 81 4>;
};
@@ -145,6 +157,8 @@
compatible = "socionext,uniphier-ehci", "generic-ehci";
status = "disabled";
reg = <0x5a820100 0x100>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usb2>;
interrupts = <0 82 4>;
};
@@ -177,3 +191,5 @@
};
};
};
+
+/include/ "uniphier-pinctrl.dtsi"
OpenPOWER on IntegriCloud