ODROID-G12: dtb/dtbo: Add wrapper overlays.

- oled & rtc, rtc, ssd1306.

Signed-off-by: Luke Go <sangch.go@gmail.com>
Change-Id: I27fcb82de6103c6f5b67db99d8893d11af97f256
This commit is contained in:
Luke Go
2023-05-18 11:25:21 +09:00
committed by Chris
parent a18c183bad
commit 178bffa00b
8 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDC4) += \
i2c0.dtbo \
i2c1.dtbo \
keymatrix.dtbo \
oled_rtc.dtbo \
onewire.dtbo \
otg_host_mode.dtbo \
pcf8563.dtbo \
@@ -20,8 +21,10 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDC4) += \
pwm_backlight.dtbo \
pwm_cd.dtbo \
pwm_ef.dtbo \
rtc.dtbo \
sdio.dtbo \
spi0.dtbo \
ssd1306.dtbo \
sx865x-i2c1.dtbo \
uart0.dtbo \
uart1.dtbo \

View File

@@ -0,0 +1 @@
#include "pcf8563.dts"

View File

@@ -0,0 +1 @@
#include "pcf8563.dts"

View File

@@ -0,0 +1 @@
#include "i2c0.dts"

View File

@@ -17,6 +17,7 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDN2) += \
odroidn2-opp.dtbo \
odroidn2_plus-opp.dtbo \
odroidn2l-opp.dtbo \
oled_rtc.dtbo \
onewire.dtbo \
otg_host_mode.dtbo \
pcf8563.dtbo \
@@ -24,9 +25,11 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDN2) += \
pwm_c-pwmfan.dtbo \
pwm_cd.dtbo \
pwm_ef.dtbo \
rtc.dtbo \
saradc.dtbo \
sdio.dtbo \
spi0.dtbo \
ssd1306.dtbo \
sx865x-i2c1.dtbo \
uart0.dtbo \
uart1.dtbo

View File

@@ -0,0 +1 @@
#include "pcf8563.dts"

View File

@@ -0,0 +1 @@
#include "pcf8563.dts"

View File

@@ -0,0 +1 @@
#include "i2c0.dts"