mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

There is a variant coming which does not support the Display Port. Move all related bits into a separate dtsi so that only those variants supporting the interface can include it. Along that, remove a redundant clock setting from k3-am65-iot2050-common-pg1.dtsi. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Link: https://lore.kernel.org/r/3397d917d7c97f7aec05bc5f65eef3a6fe843650.1707463401.git.jan.kiszka@siemens.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
27 lines
700 B
Plaintext
27 lines
700 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* 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"
|
|
#include "k3-am65-iot2050-dp.dtsi"
|
|
#include "k3-am65-iot2050-usb3.dtsi"
|
|
|
|
/ {
|
|
compatible = "siemens,iot2050-basic-pg2", "ti,am654";
|
|
model = "SIMATIC IOT2050 Basic PG2";
|
|
};
|