mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "radxa,zero", "amlogic,g12a";
|
|
|
|
fragment@0 {
|
|
target = <&i2c1>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
pinctrl-0 = <&i2c1_sda_h6_pins &i2c1_sck_h7_pins>;
|
|
pinctrl-names = "default";
|
|
};
|
|
};
|
|
};
|