.. | .. |
---|
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"; |
---|
| 82 | + pinctrl-names = "default"; |
---|
| 83 | + pinctrl-0 = <&uart1_pins_a>; |
---|
33 | 84 | }; |
---|