ODROID-M2: dtb/dtbo: Add weather_board_zero

Signed-off-by: xiane <sangch.go@gmail.com>
Change-Id: I15e281b158b552885389ebc67abc79dffebc3762
This commit is contained in:
xiane
2024-05-14 09:43:20 +09:00
committed by codewalkerster
parent 25a340ea7b
commit ee0c35ca56
2 changed files with 22 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ dtbo-y += \
spi0.dtbo \
uart0-with-ctsrts.dtbo \
uart0.dtbo \
uart1.dtbo
uart1.dtbo \
weather_board_zero.dtbo
targets += $(dtbo-y)
always-y := $(dtbo-y)

View File

@@ -0,0 +1,20 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&i2c5>;
__overlay__ {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
shtc1@70 {
status = "okay";
compatible = "shtc1";
reg = <0x70>;
};
};
};
};