mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
ODROID-M1: dtb/dtbo: pcf8563 is added.
Signed-off-by: Luke go <sangch.go@gmail.com> Signed-off-by: Steve Jeong <steve@how2flow.net> Change-Id: Ie4757602bcbdf9988cd171e984b38fd3853d8499
This commit is contained in:
@@ -9,6 +9,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP_ODROIDM1) += \
|
||||
mcp2515_12mhz.dtbo \
|
||||
mcp2515_16mhz.dtbo \
|
||||
onewire.dtbo \
|
||||
pcf8563.dtbo \
|
||||
pwm1.dtbo \
|
||||
pwm2.dtbo \
|
||||
pwm9.dtbo \
|
||||
|
||||
20
arch/arm64/boot/dts/rockchip/overlays/odroidm1/pcf8563.dts
Normal file
20
arch/arm64/boot/dts/rockchip/overlays/odroidm1/pcf8563.dts
Normal file
@@ -0,0 +1,20 @@
|
||||
/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";
|
||||
|
||||
pcf8563: rtc@51 {
|
||||
status = "okay";
|
||||
compatible = "nxp,pcf8563";
|
||||
reg = <0x51>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user