mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ODROID-COMMON: ARM64/dts: add i2c2 node and drive strength
Change-Id: Ibc4d483dc814b3335a93cdd8af78fb77bc503691
This commit is contained in:
committed by
Dongjin Kim
parent
9f4acd998d
commit
27b3b1f54a
@@ -157,6 +157,14 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "okay";
|
||||
pinctrl-names = "default","gpio_periphs";
|
||||
pinctrl-0 = <&i2c2_master_pins1>;
|
||||
pinctrl-1 = <&i2c2_to_gpiox>;
|
||||
clock-frequency = <100000>; /* default 100k */
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
pinctrl-names = "default","gpio_periphs";
|
||||
@@ -210,6 +218,11 @@
|
||||
};
|
||||
|
||||
&pinctrl_periphs {
|
||||
i2c2_master_pins1:i2c2_pins1 {
|
||||
mux {
|
||||
drive-strength = <3>;
|
||||
};
|
||||
};
|
||||
i2c2_to_gpiox:i2c2_gpiox {
|
||||
mux {
|
||||
groups = "GPIOX_17",
|
||||
|
||||
Reference in New Issue
Block a user