aboutsummaryrefslogtreecommitdiff
path: root/include/configs/odroid_m1.h
diff options
context:
space:
mode:
authorJonas Karlman2023-07-22 14:02:15 +0000
committerKever Yang2023-07-28 18:45:03 +0800
commit94da929b933668c4b9ece7d56a2a2bb5543198c9 (patch)
tree9eea7d248ae043f05ce7c2056386f852d3fed031 /include/configs/odroid_m1.h
parent8c1bb04b5699ce74ad727d4513e1a40a58c9c628 (diff)
board: rockchip: Add Hardkernel ODROID-M1
Hardkernel ODROID-M1 is a single board computer with a RK3568B2 SoC, a slightly modified version of the RK3568 SoC. Features tested on a ODROID-M1 8GB v1.0 2022-06-13: - SD-card boot - eMMC boot - SPI Flash boot - PCIe/NVMe/AHCI - SATA port - USB host Device tree is imported from linux v6.4. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Stefan Agner <stefan@agner.ch> Tested-by: Stefan Agner <stefan@agner.ch> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/odroid_m1.h')
-rw-r--r--include/configs/odroid_m1.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/odroid_m1.h b/include/configs/odroid_m1.h
new file mode 100644
index 00000000000..0d2e9fd94bf
--- /dev/null
+++ b/include/configs/odroid_m1.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef __ODROID_M1_H
+#define __ODROID_M1_H
+
+#define ROCKCHIP_DEVICE_SETTINGS \
+ "cramfsaddr=0x0c000000\0"
+
+#include <configs/rk3568_common.h>
+
+#endif