File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed
arch/arm64/boot/dts/mediatek Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change 55
55
status = "okay";
56
56
};
57
57
58
+ &i2c0 {
59
+ pinctrl-names = "default";
60
+ pinctrl-0 = <&i2c0_pins>;
61
+ status = "okay";
62
+ };
63
+
64
+ &i2c1 {
65
+ pinctrl-names = "default";
66
+ pinctrl-0 = <&i2c1_pins>;
67
+ status = "okay";
68
+ };
69
+
70
+ &i2c2 {
71
+ pinctrl-names = "default";
72
+ pinctrl-0 = <&i2c2_pins>;
73
+ status = "okay";
74
+ };
75
+
76
+ &i2c3 {
77
+ pinctrl-names = "default";
78
+ pinctrl-0 = <&i2c3_pins>;
79
+ status = "okay";
80
+ };
81
+
58
82
&pio {
83
+ i2c0_pins: i2c0-pins {
84
+ pins-bus {
85
+ pinmux = <PINMUX_GPIO45__FUNC_SDA0>,
86
+ <PINMUX_GPIO46__FUNC_SCL0>;
87
+ input-enable;
88
+ };
89
+ };
90
+
91
+ i2c1_pins: i2c1-pins {
92
+ pins-bus {
93
+ pinmux = <PINMUX_GPIO125__FUNC_SDA1>,
94
+ <PINMUX_GPIO126__FUNC_SCL1>;
95
+ bias-disable;
96
+ };
97
+ };
98
+
99
+ i2c2_pins: i2c2-pins {
100
+ pins-bus {
101
+ pinmux = <PINMUX_GPIO43__FUNC_SDA2>,
102
+ <PINMUX_GPIO44__FUNC_SCL2>;
103
+ bias-disable;
104
+ };
105
+ };
106
+
107
+ i2c3_pins: i2c3-pins {
108
+ pins-bus {
109
+ pinmux = <PINMUX_GPIO136__FUNC_SDA3>,
110
+ <PINMUX_GPIO137__FUNC_SCL3>;
111
+ bias-disable;
112
+ };
113
+ };
114
+
115
+ i2c4_pins: i2c4-pins {
116
+ pins-bus {
117
+ pinmux = <PINMUX_GPIO100__FUNC_SDA4>,
118
+ <PINMUX_GPIO101__FUNC_SCL4>;
119
+ bias-disable;
120
+ };
121
+ };
122
+
59
123
uart0_pins: uart0-pins {
60
124
pins-rx {
61
125
pinmux = <PINMUX_GPIO113__FUNC_URXD0>;
You can’t perform that action at this time.
0 commit comments