1234567891011121314151617181920212223242526272829 |
- // SPDX-License-Identifier: GPL-2.0
- /*
- * Copyright (c) Siemens AG, 2018-2021
- *
- * Authors:
- * Le Jin <[email protected]>
- * Jan Kiszka <[email protected]>
- *
- * AM6548-based (quad-core) IOT2050 Advanced variant, Product Generation 2
- * 2 GB RAM, 16 GB eMMC, USB-serial converter on connector X30
- *
- * Product homepage:
- * https://new.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-iot2050.html
- */
- /dts-v1/;
- #include "k3-am6548-iot2050-advanced-common.dtsi"
- #include "k3-am65-iot2050-common-pg2.dtsi"
- / {
- compatible = "siemens,iot2050-advanced-pg2", "ti,am654";
- model = "SIMATIC IOT2050 Advanced PG2";
- };
- &mcu_r5fss0 {
- /* lock-step mode not supported on this board */
- ti,cluster-mode = <0>;
- };
|