The current IOT2050 devices are Product Generation 1 (PG1), using SR1.0 AM65x silicon. Upcoming PG2 devices will use SR2.x SoCs and will therefore need separate device trees. Prepare for that by factoring out common bits that will be shared across both generations. At this chance, drop a link to the product homepage to in the top-level dts files. Also fix a typo in my email address in some headers. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/31fece05f9728a852c0632985c4fa537cced4ece.1632657917.git.jan.kiszka@web.de
25 lines
615 B
Plaintext
25 lines
615 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* 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";
|
|
};
|