|
@@ -53,3 +53,12 @@ static const char * const sun7i_board_dt_compat[] = {
|
|
|
DT_MACHINE_START(SUN7I_DT, "Allwinner sun7i (A20) Family")
|
|
|
.dt_compat = sun7i_board_dt_compat,
|
|
|
MACHINE_END
|
|
|
+
|
|
|
+static const char * const sun8i_board_dt_compat[] = {
|
|
|
+ "allwinner,sun8i-a23",
|
|
|
+ NULL,
|
|
|
+};
|
|
|
+
|
|
|
+DT_MACHINE_START(SUN8I_DT, "Allwinner sun8i (A23) Family")
|
|
|
+ .dt_compat = sun8i_board_dt_compat,
|
|
|
+MACHINE_END
|