Fix odroid-c4 i2c overlays (#8352)

Add periphs_pinctrl fragment
This commit is contained in:
veduco 2025-07-03 23:09:41 -06:00 committed by GitHub
parent d6eaf2d4b0
commit c5d19faec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View File

@ -21,4 +21,12 @@
};
};
fragment@2 {
target = <&periphs_pinctrl>;
__overlay__ {
i2c2_sda_x_pins: i2c2-sda-x { };
i2c2_sck_x_pins: i2c2-sck-x { };
};
};
};

View File

@ -21,4 +21,12 @@
};
};
fragment@2 {
target = <&periphs_pinctrl>;
__overlay__ {
i2c3_sck_a_pins: i2c3-sda-a { };
i2c3_sda_a_pins: i2c3-sck-a { };
};
};
};