SBC_builder/patch/kernel/rockchip64-6.14/overlay/rockchip-rk3568-hk-i2c0.dtso
2025-06-01 01:05:27 +02:00

15 lines
209 B
Plaintext

/dts-v1/;
/plugin/;
/ {
fragment@0 {
// i2c3 aliased with i2c0.
// This activates i2c3 but it will be named as i2c0 on the userspace.
target = <&i2c3>;
__overlay__ {
status = "okay";
};
};
};