mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 05:22:49 -04:00
This adds the devices trees for IOT2050 Product Generation 2 (PG2) boards. We have Basic and an Advanced variants again, differing in number of cores, RAM size, availability of eMMC and further details. The major difference to PG1 is the used silicon revision (SR2.x on PG2). Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/cc868da8264324bde2c87d0c01d4763e3678c706.1632657917.git.jan.kiszka@web.de
25 lines
623 B
Plaintext
25 lines
623 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 2
|
|
* 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-pg2.dtsi"
|
|
|
|
/ {
|
|
compatible = "siemens,iot2050-basic-pg2", "ti,am654";
|
|
model = "SIMATIC IOT2050 Basic PG2";
|
|
};
|