ODROID-M1S: dts/dtbo: Add I2C4 device tree overlay

Change-Id: If5d7e2f2555d62876cb993906214746a2f14abf8
This commit is contained in:
Dongjin Kim
2024-05-29 15:44:09 +09:00
parent 4e7b58acdc
commit f1b684f084
2 changed files with 13 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP_ODROIDM1) += \
hktft32.dtbo \
i2c0.dtbo \
i2c1.dtbo \
i2c4.dtbo \
mcp2515.dtbo \
mcp2515_12mhz.dtbo \
mcp2515_16mhz.dtbo \

View File

@@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&i2c4>;
__overlay__ {
status = "okay";
};
};
};