|
@@ -63,3 +63,12 @@ static const char *hix5hd2_compat[] __initconst = {
|
|
|
DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)")
|
|
|
.dt_compat = hix5hd2_compat,
|
|
|
MACHINE_END
|
|
|
+
|
|
|
+static const char *hip04_compat[] __initconst = {
|
|
|
+ "hisilicon,hip04-d01",
|
|
|
+ NULL,
|
|
|
+};
|
|
|
+
|
|
|
+DT_MACHINE_START(HIP04, "Hisilicon HiP04 (Flattened Device Tree)")
|
|
|
+ .dt_compat = hip04_compat,
|
|
|
+MACHINE_END
|