Files
CoolPi-Armbian-Rockchip-RK3…/arch/arm64/boot/dts/rockchip/overlay/rk3588-i2c0-m1.dts
2025-02-04 12:41:12 -06:00

22 lines
371 B
Plaintext

/dts-v1/;
/plugin/;
/ {
metadata {
title = "Enable I2C0-M1";
compatible = "radxa,rock-5b";
category = "misc";
exclusive = "GPIO4_C6", "GPIO4_C5";
description = "Enable I2C0-M1.\nOn Radxa ROCK 5B this is SDA pin 27 and this is SCL pin 28.";
};
fragment@0 {
target = <&i2c0>;
__overlay__ {
status = "okay";
pinctrl-0 = <&i2c0m1_xfer>;
};
};
};