Jan Kiszka | 4a88eb2 | 2021-09-18 08:17:52 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (c) Siemens AG, 2018-2021 |
| 4 | * |
| 5 | * Authors: |
| 6 | * Le Jin <le.jin@siemens.com> |
| 7 | * Jan Kiszka <jan.kiszka@siemens.com> |
| 8 | * |
| 9 | * AM6548-based (quad-core) IOT2050 Advanced variant, Product Generation 2 |
| 10 | * 2 GB RAM, 16 GB eMMC, USB-serial converter on connector X30 |
| 11 | * |
| 12 | * Product homepage: |
| 13 | * https://new.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-iot2050.html |
| 14 | */ |
| 15 | |
| 16 | /dts-v1/; |
| 17 | |
| 18 | #include "k3-am6548-iot2050-advanced-common.dtsi" |
| 19 | #include "k3-am65-iot2050-common-pg2.dtsi" |
| 20 | |
| 21 | / { |
| 22 | compatible = "siemens,iot2050-advanced-pg2", "ti,am654"; |
| 23 | model = "SIMATIC IOT2050 Advanced PG2"; |
| 24 | }; |
| 25 | |
| 26 | &mcu_r5fss0 { |
| 27 | /* lock-step mode not supported on this board */ |
| 28 | ti,cluster-mode = <0>; |
| 29 | }; |