summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHai Pham <[email protected]>2024-01-28 16:52:09 +0100
committerMarek Vasut <[email protected]>2024-02-10 17:08:06 +0100
commit53066deccbedf02439309b0d4aca9f0be853a8da (patch)
tree8dbe8be7a1cea273e5bb822ff338508951fb34ff /include
parent9e9a92e4a316f6604127ec3a8ee02db78e98e165 (diff)
ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code
Add board code for the Renesas R8A779H0 V4M Gray Hawk board. Signed-off-by: Hai Pham <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/grayhawk.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/grayhawk.h b/include/configs/grayhawk.h
new file mode 100644
index 00000000000..f1bb84f0a13
--- /dev/null
+++ b/include/configs/grayhawk.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * include/configs/grayhawk.h
+ * This file is Gray Hawk board configuration.
+ *
+ * Copyright (C) 2023 Renesas Electronics Corp.
+ */
+
+#ifndef __GRAYHAWK_H
+#define __GRAYHAWK_H
+
+#include "rcar-gen4-common.h"
+
+#endif /* __GRAYHAWK_H */