]> git.sur5r.net Git - u-boot/commitdiff
arm64: a37xx: dts: Add pinctrl configuration for ESPRESSOBin board
authorKen Ma <make@marvell.com>
Mon, 26 Mar 2018 07:55:57 +0000 (15:55 +0800)
committerStefan Roese <sr@denx.de>
Fri, 30 Mar 2018 10:52:48 +0000 (12:52 +0200)
Reviewed-on: http://vgitil04.il.marvell.com:8080/40913
Reviewed-by: Wilson Ding <dingwei@marvell.com>
Tested-by: Wilson Ding <dingwei@marvell.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Ken Ma <make@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-3720-espressobin.dts

index aa6587af667d1dc091f84e12845afeca97df2128..5d8d27ebd15f8831dc21d813da7e8dbe21b30986 100644 (file)
@@ -89,6 +89,8 @@
 
 &eth0 {
        status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&rgmii_pins>;
        phy-mode = "rgmii";
        phy_addr = <0x1>;
        fixed-link {
 };
 
 &i2c0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&i2c1_pins>;
        status = "okay";
 };
 
 
 &spi0 {
        status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&spi_quad_pins>;
 
        spi-flash@0 {
                #address-cells = <1>;
 
 /* Exported on the micro USB connector CON32 through an FTDI */
 &uart0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&uart1_pins>;
        status = "okay";
 };