fixed i2c pins for flipped version
This commit is contained in:
parent
f8d6787ea6
commit
945839847c
1 changed files with 5 additions and 0 deletions
|
@ -15,3 +15,8 @@
|
||||||
control-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
control-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c0 {
|
||||||
|
sda-pin = <30>;
|
||||||
|
scl-pin = <31>;
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue