File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
arch/arm64/boot/dts/mediatek Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 28
28
};
29
29
};
30
30
31
+ /* HDMI */
32
+ &i2c1 {
33
+ pinctrl-names = "default";
34
+ pinctrl-0 = <&i2c1_pins_a>;
35
+ status = "okay";
36
+ };
37
+
38
+ /* HS - I2C2 */
39
+ &i2c2 {
40
+ pinctrl-names = "default";
41
+ pinctrl-0 = <&i2c2_pins_a>;
42
+ status = "okay";
43
+ };
44
+
45
+ /* HS - I2C3 */
46
+ &i2c3 {
47
+ pinctrl-names = "default";
48
+ pinctrl-0 = <&i2c3_pins_a>;
49
+ status = "okay";
50
+ };
51
+
52
+ /* LS - I2C0 */
53
+ &i2c4 {
54
+ pinctrl-names = "default";
55
+ pinctrl-0 = <&i2c4_pins_a>;
56
+ status = "okay";
57
+ };
58
+
59
+ /* LS - I2C1 */
60
+ &i2c5 {
61
+ pinctrl-names = "default";
62
+ pinctrl-0 = <&i2c5_pins_a>;
63
+ status = "okay";
64
+ };
65
+
66
+ /* POWER_VPROC */
67
+ &i2c6 {
68
+ pinctrl-names = "default";
69
+ pinctrl-0 = <&i2c6_pins_a>;
70
+ status = "okay";
71
+ };
72
+
73
+ /* FAN53555 */
74
+ &i2c7 {
75
+ pinctrl-names = "default";
76
+ pinctrl-0 = <&i2c7_pins_a>;
77
+ status = "okay";
78
+ };
79
+
31
80
&uart1 {
32
81
status = "okay";
33
82
pinctrl-names = "default";
You can’t perform that action at this time.
0 commit comments