summaryrefslogtreecommitdiff
path: root/include/configs/px30_core.h
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-10-28 19:03:45 +0530
committerKever Yang <kever.yang@rock-chips.com>2020-10-30 23:31:26 +0800
commit39c8b2c72a53329bf691f60b8a774a6939d27706 (patch)
tree0161a84abf99910c39c850344e9efc927afbd759 /include/configs/px30_core.h
parentce87a88b4dec9fe7f0f1bbeaa4526ec5da14c333 (diff)
rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit
PX30.Core is an EDIMM SOM based on Rockchip PX30 from Engicam. EDIMM2.2 Starter Kit is an EDIMM 2.2 Form Factor Capacitive Evaluation Board from Engicam. PX30.Core needs to mount on top of this Evaluation board for creating complete PX30.Core EDIMM2.2 Starter Kit. Add support for it. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com> Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/px30_core.h')
-rw-r--r--include/configs/px30_core.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/px30_core.h b/include/configs/px30_core.h
new file mode 100644
index 0000000000..01b4995598
--- /dev/null
+++ b/include/configs/px30_core.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2020 Amarula Solutions(India)
+ */
+
+#ifndef __PX30_CORE_H
+#define __PX30_CORE_H
+
+#include <configs/px30_common.h>
+
+#define ROCKCHIP_DEVICE_SETTINGS \
+ "stdout=serial,vidconsole\0" \
+ "stderr=serial,vidconsole\0"
+
+#endif /* __PX30_CORE_H */