mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

The PG1 A variant of the iot2050 series has been identified which partially lacks support for lock-step mode. This implies that all iot2050 boards can't support this mode. As a result, lock-step mode has been disabled across all iot2050 boards for consistency and to avoid potential issues. Signed-off-by: Li Hua Qian <huaqian.li@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Link: https://lore.kernel.org/r/d1f5f84db7a1597cd29628a0b503e578367b7b40.1724830741.git.jan.kiszka@siemens.com Signed-off-by: Nishanth Menon <nm@ti.com>
25 lines
620 B
Plaintext
25 lines
620 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (c) Siemens AG, 2018-2021
|
|
*
|
|
* Authors:
|
|
* Le Jin <le.jin@siemens.com>
|
|
* Jan Kiszka <jan.kiszka@siemens.com>
|
|
*
|
|
* AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 1
|
|
* 1 GB RAM, no eMMC, main_uart0 on connector X30
|
|
*
|
|
* Product homepage:
|
|
* https://new.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-iot2050.html
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "k3-am6528-iot2050-basic-common.dtsi"
|
|
#include "k3-am65-iot2050-common-pg1.dtsi"
|
|
|
|
/ {
|
|
compatible = "siemens,iot2050-basic", "ti,am654";
|
|
model = "SIMATIC IOT2050 Basic";
|
|
};
|