0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Copyright (c) Siemens AG, 2018-2021
0004 *
0005 * Authors:
0006 * Le Jin <le.jin@siemens.com>
0007 * Jan Kiszka <jan.kiszka@siemens.com>
0008 *
0009 * AM6548-based (quad-core) IOT2050 Advanced variant, Product Generation 2
0010 * 2 GB RAM, 16 GB eMMC, USB-serial converter on connector X30
0011 *
0012 * Product homepage:
0013 * https://new.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-iot2050.html
0014 */
0015
0016 /dts-v1/;
0017
0018 #include "k3-am6548-iot2050-advanced-common.dtsi"
0019 #include "k3-am65-iot2050-common-pg2.dtsi"
0020
0021 / {
0022 compatible = "siemens,iot2050-advanced-pg2", "ti,am654";
0023 model = "SIMATIC IOT2050 Advanced PG2";
0024 };
0025
0026 &mcu_r5fss0 {
0027 /* lock-step mode not supported on this board */
0028 ti,cluster-mode = <0>;
0029 };