mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
ODROID-M2: dtb/dtbo: Add weather_board_zero
Signed-off-by: xiane <sangch.go@gmail.com> Change-Id: I15e281b158b552885389ebc67abc79dffebc3762
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user