From 39c8b2c72a53329bf691f60b8a774a6939d27706 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 28 Oct 2020 19:03:45 +0530 Subject: 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 Signed-off-by: Suniel Mahesh Reviewed-by: Kever Yang --- include/configs/px30_core.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/configs/px30_core.h (limited to 'include') diff --git a/include/configs/px30_core.h b/include/configs/px30_core.h new file mode 100644 index 00000000000..01b49955983 --- /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 + +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + +#endif /* __PX30_CORE_H */ -- cgit v1.3.1