ARM: dts: sun6i: Change pinctrl nodes to avoid warning
All our pinctrl nodes were using a node name convention with a unit-address to differentiate the different muxing options. However, since those nodes didn't have a reg property, they were generating warnings in DTC. In order to accomodate for this, convert the old nodes to the syntax we've been using for the new SoCs, including removing the letter suffix of the node labels to the bank of those pins to make things more readable. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
parent
dea296bc62
commit
9b60a3bfd8
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
&gmac {
|
&gmac {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_pins_rgmii_a>;
|
pinctrl-0 = <&gmac_rgmii_pins>;
|
||||||
phy = <&phy1>;
|
phy = <&phy1>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
@ -89,19 +89,19 @@
|
||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c0_pins_a>;
|
pinctrl-0 = <&i2c0_pins>;
|
||||||
status = "fail";
|
status = "fail";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c1_pins_a>;
|
pinctrl-0 = <&i2c1_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c2 {
|
&i2c2 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c2_pins_a>;
|
pinctrl-0 = <&i2c2_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
mma8452: mma8452@1d {
|
mma8452: mma8452@1d {
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_vcc3v0>;
|
vmmc-supply = <®_vcc3v0>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
|
|
||||||
&gmac {
|
&gmac {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_pins_rgmii_a>;
|
pinctrl-0 = <&gmac_rgmii_pins>;
|
||||||
phy = <&phy1>;
|
phy = <&phy1>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
snps,reset-gpio = <&pio 0 21 GPIO_ACTIVE_HIGH>;
|
snps,reset-gpio = <&pio 0 21 GPIO_ACTIVE_HIGH>;
|
||||||
|
@ -185,20 +185,20 @@
|
||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c0_pins_a>;
|
pinctrl-0 = <&i2c0_pins>;
|
||||||
/* pull-ups and devices require AXP221 DLDO3 */
|
/* pull-ups and devices require AXP221 DLDO3 */
|
||||||
status = "failed";
|
status = "failed";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c1_pins_a>;
|
pinctrl-0 = <&i2c1_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c2 {
|
&i2c2 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c2_pins_a>;
|
pinctrl-0 = <&i2c2_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
pcf8563: rtc@51 {
|
pcf8563: rtc@51 {
|
||||||
|
@ -209,13 +209,13 @@
|
||||||
|
|
||||||
&ir {
|
&ir {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ir_pins_a>;
|
pinctrl-0 = <&s_ir_rx_pin>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_dcdc1>;
|
vmmc-supply = <®_dcdc1>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
||||||
|
@ -224,7 +224,7 @@
|
||||||
|
|
||||||
&mmc1 {
|
&mmc1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc1_pins_a>;
|
pinctrl-0 = <&mmc1_pins>;
|
||||||
vmmc-supply = <®_aldo1>;
|
vmmc-supply = <®_aldo1>;
|
||||||
mmc-pwrseq = <&wifi_pwrseq>;
|
mmc-pwrseq = <&wifi_pwrseq>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
|
@ -331,7 +331,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
|
|
||||||
&gmac {
|
&gmac {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_pins_mii_a>;
|
pinctrl-0 = <&gmac_mii_pins>;
|
||||||
phy = <&phy1>;
|
phy = <&phy1>;
|
||||||
phy-mode = "mii";
|
phy-mode = "mii";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
@ -138,13 +138,13 @@
|
||||||
|
|
||||||
&ir {
|
&ir {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ir_pins_a>;
|
pinctrl-0 = <&s_ir_rx_pin>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_vcc3v3>;
|
vmmc-supply = <®_vcc3v3>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 */
|
cd-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 */
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
|
|
||||||
&spdif {
|
&spdif {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&spdif_pins_a>;
|
pinctrl-0 = <&spdif_tx_pin>;
|
||||||
spdif-out = "okay";
|
spdif-out = "okay";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
&gmac {
|
&gmac {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_pins_mii_a>;
|
pinctrl-0 = <&gmac_mii_pins>;
|
||||||
phy = <&phy1>;
|
phy = <&phy1>;
|
||||||
phy-mode = "mii";
|
phy-mode = "mii";
|
||||||
phy-supply = <®_dldo1>;
|
phy-supply = <®_dldo1>;
|
||||||
|
@ -96,13 +96,13 @@
|
||||||
|
|
||||||
&ir {
|
&ir {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ir_pins_a>;
|
pinctrl-0 = <&s_ir_rx_pin>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_dcdc1>;
|
vmmc-supply = <®_dcdc1>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 */
|
cd-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 */
|
||||||
|
@ -201,7 +201,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
&gmac {
|
&gmac {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_pins_mii_a>;
|
pinctrl-0 = <&gmac_mii_pins>;
|
||||||
phy = <&phy1>;
|
phy = <&phy1>;
|
||||||
phy-mode = "mii";
|
phy-mode = "mii";
|
||||||
phy-supply = <®_dldo1>;
|
phy-supply = <®_dldo1>;
|
||||||
|
@ -96,13 +96,13 @@
|
||||||
|
|
||||||
&ir {
|
&ir {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ir_pins_a>;
|
pinctrl-0 = <&s_ir_rx_pin>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_dcdc1>;
|
vmmc-supply = <®_dcdc1>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 */
|
cd-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 */
|
||||||
|
@ -201,7 +201,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -606,7 +606,7 @@
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
#gpio-cells = <3>;
|
#gpio-cells = <3>;
|
||||||
|
|
||||||
gmac_pins_gmii_a: gmac_gmii@0 {
|
gmac_gmii_pins: gmac-gmii-pins {
|
||||||
pins = "PA0", "PA1", "PA2", "PA3",
|
pins = "PA0", "PA1", "PA2", "PA3",
|
||||||
"PA4", "PA5", "PA6", "PA7",
|
"PA4", "PA5", "PA6", "PA7",
|
||||||
"PA8", "PA9", "PA10", "PA11",
|
"PA8", "PA9", "PA10", "PA11",
|
||||||
|
@ -622,7 +622,7 @@
|
||||||
drive-strength = <30>;
|
drive-strength = <30>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gmac_pins_mii_a: gmac_mii@0 {
|
gmac_mii_pins: gmac-mii-pins {
|
||||||
pins = "PA0", "PA1", "PA2", "PA3",
|
pins = "PA0", "PA1", "PA2", "PA3",
|
||||||
"PA8", "PA9", "PA11",
|
"PA8", "PA9", "PA11",
|
||||||
"PA12", "PA13", "PA14", "PA19",
|
"PA12", "PA13", "PA14", "PA19",
|
||||||
|
@ -631,7 +631,7 @@
|
||||||
function = "gmac";
|
function = "gmac";
|
||||||
};
|
};
|
||||||
|
|
||||||
gmac_pins_rgmii_a: gmac_rgmii@0 {
|
gmac_rgmii_pins: gmac-rgmii-pins {
|
||||||
pins = "PA0", "PA1", "PA2", "PA3",
|
pins = "PA0", "PA1", "PA2", "PA3",
|
||||||
"PA9", "PA10", "PA11",
|
"PA9", "PA10", "PA11",
|
||||||
"PA12", "PA13", "PA14", "PA19",
|
"PA12", "PA13", "PA14", "PA19",
|
||||||
|
@ -644,22 +644,22 @@
|
||||||
drive-strength = <40>;
|
drive-strength = <40>;
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c0_pins_a: i2c0@0 {
|
i2c0_pins: i2c0-pins {
|
||||||
pins = "PH14", "PH15";
|
pins = "PH14", "PH15";
|
||||||
function = "i2c0";
|
function = "i2c0";
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c1_pins_a: i2c1@0 {
|
i2c1_pins: i2c1-pins {
|
||||||
pins = "PH16", "PH17";
|
pins = "PH16", "PH17";
|
||||||
function = "i2c1";
|
function = "i2c1";
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c2_pins_a: i2c2@0 {
|
i2c2_pins: i2c2-pins {
|
||||||
pins = "PH18", "PH19";
|
pins = "PH18", "PH19";
|
||||||
function = "i2c2";
|
function = "i2c2";
|
||||||
};
|
};
|
||||||
|
|
||||||
lcd0_rgb888_pins: lcd0_rgb888 {
|
lcd0_rgb888_pins: lcd0-rgb888-pins {
|
||||||
pins = "PD0", "PD1", "PD2", "PD3",
|
pins = "PD0", "PD1", "PD2", "PD3",
|
||||||
"PD4", "PD5", "PD6", "PD7",
|
"PD4", "PD5", "PD6", "PD7",
|
||||||
"PD8", "PD9", "PD10", "PD11",
|
"PD8", "PD9", "PD10", "PD11",
|
||||||
|
@ -670,7 +670,7 @@
|
||||||
function = "lcd0";
|
function = "lcd0";
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc0_pins_a: mmc0@0 {
|
mmc0_pins: mmc0-pins {
|
||||||
pins = "PF0", "PF1", "PF2",
|
pins = "PF0", "PF1", "PF2",
|
||||||
"PF3", "PF4", "PF5";
|
"PF3", "PF4", "PF5";
|
||||||
function = "mmc0";
|
function = "mmc0";
|
||||||
|
@ -678,7 +678,7 @@
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc1_pins_a: mmc1@0 {
|
mmc1_pins: mmc1-pins {
|
||||||
pins = "PG0", "PG1", "PG2", "PG3",
|
pins = "PG0", "PG1", "PG2", "PG3",
|
||||||
"PG4", "PG5";
|
"PG4", "PG5";
|
||||||
function = "mmc1";
|
function = "mmc1";
|
||||||
|
@ -686,7 +686,7 @@
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc2_pins_a: mmc2@0 {
|
mmc2_4bit_pins: mmc2-4bit-pins {
|
||||||
pins = "PC6", "PC7", "PC8", "PC9",
|
pins = "PC6", "PC7", "PC8", "PC9",
|
||||||
"PC10", "PC11";
|
"PC10", "PC11";
|
||||||
function = "mmc2";
|
function = "mmc2";
|
||||||
|
@ -694,7 +694,7 @@
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc2_8bit_emmc_pins: mmc2@1 {
|
mmc2_8bit_emmc_pins: mmc2-8bit-emmc-pins {
|
||||||
pins = "PC6", "PC7", "PC8", "PC9",
|
pins = "PC6", "PC7", "PC8", "PC9",
|
||||||
"PC10", "PC11", "PC12",
|
"PC10", "PC11", "PC12",
|
||||||
"PC13", "PC14", "PC15",
|
"PC13", "PC14", "PC15",
|
||||||
|
@ -704,7 +704,7 @@
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc3_8bit_emmc_pins: mmc3@1 {
|
mmc3_8bit_emmc_pins: mmc3-8bit-emmc-pins {
|
||||||
pins = "PC6", "PC7", "PC8", "PC9",
|
pins = "PC6", "PC7", "PC8", "PC9",
|
||||||
"PC10", "PC11", "PC12",
|
"PC10", "PC11", "PC12",
|
||||||
"PC13", "PC14", "PC15",
|
"PC13", "PC14", "PC15",
|
||||||
|
@ -714,12 +714,12 @@
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
|
|
||||||
spdif_pins_a: spdif@0 {
|
spdif_tx_pin: spdif-tx-pin {
|
||||||
pins = "PH28";
|
pins = "PH28";
|
||||||
function = "spdif";
|
function = "spdif";
|
||||||
};
|
};
|
||||||
|
|
||||||
uart0_pins_a: uart0@0 {
|
uart0_ph_pins: uart0-ph-pins {
|
||||||
pins = "PH20", "PH21";
|
pins = "PH20", "PH21";
|
||||||
function = "uart0";
|
function = "uart0";
|
||||||
};
|
};
|
||||||
|
@ -1372,12 +1372,12 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
#gpio-cells = <3>;
|
#gpio-cells = <3>;
|
||||||
|
|
||||||
ir_pins_a: ir@0 {
|
s_ir_rx_pin: s-ir-rx-pin {
|
||||||
pins = "PL4";
|
pins = "PL4";
|
||||||
function = "s_ir";
|
function = "s_ir";
|
||||||
};
|
};
|
||||||
|
|
||||||
p2wi_pins: p2wi {
|
s_p2wi_pins: s-p2wi-pins {
|
||||||
pins = "PL0", "PL1";
|
pins = "PL0", "PL1";
|
||||||
function = "s_p2wi";
|
function = "s_p2wi";
|
||||||
};
|
};
|
||||||
|
@ -1391,7 +1391,7 @@
|
||||||
clock-frequency = <100000>;
|
clock-frequency = <100000>;
|
||||||
resets = <&apb0_rst 3>;
|
resets = <&apb0_rst 3>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&p2wi_pins>;
|
pinctrl-0 = <&s_p2wi_pins>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
&gmac {
|
&gmac {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_pins_mii_a>;
|
pinctrl-0 = <&gmac_mii_pins>;
|
||||||
phy = <&phy1>;
|
phy = <&phy1>;
|
||||||
phy-mode = "mii";
|
phy-mode = "mii";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
&ir {
|
&ir {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ir_pins_a>;
|
pinctrl-0 = <&s_ir_rx_pin>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c1_pins_a>;
|
pinctrl-0 = <&i2c1_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
ft5406ee8: touchscreen@38 {
|
ft5406ee8: touchscreen@38 {
|
||||||
|
|
|
@ -91,13 +91,13 @@
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
/* pull-ups and device VDDIO use AXP221 DLDO3 */
|
/* pull-ups and device VDDIO use AXP221 DLDO3 */
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c0_pins_a>;
|
pinctrl-0 = <&i2c0_pins>;
|
||||||
status = "failed";
|
status = "failed";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c1_pins_a>;
|
pinctrl-0 = <&i2c1_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
ctp@5d {
|
ctp@5d {
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
|
|
||||||
&i2c2 {
|
&i2c2 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c2_pins_a>;
|
pinctrl-0 = <&i2c2_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
accelerometer@1c {
|
accelerometer@1c {
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_dcdc1>;
|
vmmc-supply = <®_dcdc1>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
||||||
|
|
|
@ -135,7 +135,7 @@
|
||||||
/* UART0 pads available on core board */
|
/* UART0 pads available on core board */
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
&gmac {
|
&gmac {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_pins_mii_a>;
|
pinctrl-0 = <&gmac_mii_pins>;
|
||||||
phy = <&phy1>;
|
phy = <&phy1>;
|
||||||
phy-mode = "mii";
|
phy-mode = "mii";
|
||||||
phy-supply = <®_dldo1>;
|
phy-supply = <®_dldo1>;
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
|
|
||||||
&ir {
|
&ir {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ir_pins_a>;
|
pinctrl-0 = <&s_ir_rx_pin>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_dcdc1>;
|
vmmc-supply = <®_dcdc1>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 0 4 GPIO_ACTIVE_LOW>; /* PA4 */
|
cd-gpios = <&pio 0 4 GPIO_ACTIVE_LOW>; /* PA4 */
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
|
|
||||||
&spdif {
|
&spdif {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&spdif_pins_a>;
|
pinctrl-0 = <&spdif_tx_pin>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
&gmac {
|
&gmac {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gmac_pins_rgmii_a>;
|
pinctrl-0 = <&gmac_rgmii_pins>;
|
||||||
phy = <&phy1>;
|
phy = <&phy1>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
phy-supply = <®_dldo1>;
|
phy-supply = <®_dldo1>;
|
||||||
|
@ -107,13 +107,13 @@
|
||||||
|
|
||||||
&ir {
|
&ir {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ir_pins_a>;
|
pinctrl-0 = <&s_ir_rx_pin>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_dcdc1>;
|
vmmc-supply = <®_dcdc1>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 0 4 GPIO_ACTIVE_LOW>; /* PA4 */
|
cd-gpios = <&pio 0 4 GPIO_ACTIVE_LOW>; /* PA4 */
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
|
|
||||||
&mmc2 {
|
&mmc2 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc2_pins_a>;
|
pinctrl-0 = <&mmc2_4bit_pins>;
|
||||||
vmmc-supply = <®_aldo1>;
|
vmmc-supply = <®_aldo1>;
|
||||||
mmc-pwrseq = <&mmc2_pwrseq>;
|
mmc-pwrseq = <&mmc2_pwrseq>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
|
@ -254,7 +254,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -63,13 +63,13 @@
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c1_pins_a>;
|
pinctrl-0 = <&i2c1_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c2 {
|
&i2c2 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c2_pins_a>;
|
pinctrl-0 = <&i2c2_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_vcc3v0>;
|
vmmc-supply = <®_vcc3v0>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&uart0_pins_a>;
|
pinctrl-0 = <&uart0_ph_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmc0_pins_a>;
|
pinctrl-0 = <&mmc0_pins>;
|
||||||
vmmc-supply = <®_dcdc1>;
|
vmmc-supply = <®_dcdc1>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
cd-gpios = <&pio 0 8 GPIO_ACTIVE_LOW>; /* PA8 */
|
||||||
|
|
Loading…
Reference in New Issue