mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 14:21:27 +00:00
add i2c_B missing pins
This commit is contained in:
parent
80cfdd5f30
commit
c80617d145
1 changed files with 9 additions and 0 deletions
|
@ -11,3 +11,12 @@ index 98cbba6..48ca119 100644
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c_AO {
|
&i2c_AO {
|
||||||
|
@@ -329,6 +332,8 @@
|
||||||
|
|
||||||
|
&i2c_B {
|
||||||
|
clocks = <&clkc CLKID_I2C>;
|
||||||
|
+ pinctrl-names = "default";
|
||||||
|
+ pinctrl-0 = <&i2c_b_pins>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&i2c_C {
|
Loading…
Add table
Reference in a new issue