mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
c3a879510a
Prepares for the addition of the IOT2050 board which is based on the TI AM65x. The board comes in four variants, Basic and Advanced, each as product generation 1 (SR1.0) and 2 (SR2.x), so there are separate dts files needed. Furthermore, the SPL has its own device tree. Based on original board support by Le Jin, Gao Nian and Chao Zeng. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
24 lines
640 B
Text
24 lines
640 B
Text
// 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>
|
|
*
|
|
* AM6548-based (quad-core) IOT2050 Advanced variant, Product Generation 1
|
|
* 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-pg1.dtsi"
|
|
|
|
/ {
|
|
compatible = "siemens,iot2050-advanced", "ti,am654";
|
|
model = "SIMATIC IOT2050 Advanced";
|
|
};
|