summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-37xx.dtsi
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2017-05-09 11:35:22 (GMT)
committerStefan Roese <sr@denx.de>2017-05-31 05:33:49 (GMT)
commit045504bbb89430e72d22803570ce3a2c0cd51a82 (patch)
tree4035427f7dd9da3e2ac422e5a0ecabb8de681d57 /arch/arm/dts/armada-37xx.dtsi
parent5cb7b79558378210f473e24d763bc896456bb536 (diff)
downloadu-boot-045504bbb89430e72d22803570ce3a2c0cd51a82.tar.xz
arm64: mvebu: armada37xx: add pinctrl definition
Start to populate the device tree of the Armada 37xx with the pincontrol configuration used on the board providing a dts. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Stefan Roese <sr@denx.de> Cc: Gregory CLEMENT <gregory.clement@free-electrons.com> Cc: Konstantin Porotchkin <kostap@marvell.com> Cc: Nadav Haklai <nadavh@marvell.com>
Diffstat (limited to 'arch/arm/dts/armada-37xx.dtsi')
-rw-r--r--arch/arm/dts/armada-37xx.dtsi31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-37xx.dtsi b/arch/arm/dts/armada-37xx.dtsi
index 810bf34..6902342 100644
--- a/arch/arm/dts/armada-37xx.dtsi
+++ b/arch/arm/dts/armada-37xx.dtsi
@@ -129,6 +129,31 @@
<GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
};
+
+ spi_quad_pins: spi-quad-pins {
+ groups = "spi_quad";
+ function = "spi";
+ };
+
+ i2c1_pins: i2c1-pins {
+ groups = "i2c1";
+ function = "i2c";
+ };
+
+ i2c2_pins: i2c2-pins {
+ groups = "i2c2";
+ function = "i2c";
+ };
+
+ uart1_pins: uart1-pins {
+ groups = "uart1";
+ function = "uart";
+ };
+
+ uart2_pins: uart2-pins {
+ groups = "uart2";
+ function = "uart";
+ };
};
pinctrl_sb: pinctrl-sb@18800 {
@@ -146,6 +171,12 @@
<GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
};
+
+ rgmii_pins: mii-pins {
+ groups = "rgmii";
+ function = "mii";
+ };
+
};
usb3: usb@58000 {