|
@@ -79,6 +79,8 @@
|
|
|
};
|
|
|
|
|
|
&i2c0 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&i2c1_pins>;
|
|
|
status = "okay";
|
|
|
|
|
|
gpio_exp: pca9555@22 {
|
|
@@ -113,6 +115,8 @@
|
|
|
|
|
|
&spi0 {
|
|
|
status = "okay";
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&spi_quad_pins>;
|
|
|
|
|
|
m25p80@0 {
|
|
|
compatible = "jedec,spi-nor";
|
|
@@ -143,6 +147,8 @@
|
|
|
|
|
|
/* Exported on the micro USB connector CON32 through an FTDI */
|
|
|
&uart0 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&uart1_pins>;
|
|
|
status = "okay";
|
|
|
};
|
|
|
|
|
@@ -178,6 +184,8 @@
|
|
|
};
|
|
|
|
|
|
ð0 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&rgmii_pins>;
|
|
|
phy-mode = "rgmii-id";
|
|
|
phy = <&phy0>;
|
|
|
status = "okay";
|