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>
46 lines
585 B
Text
46 lines
585 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) Siemens AG, 2021
|
|
*
|
|
* Authors:
|
|
* Jan Kiszka <jan.kiszka@siemens.com>
|
|
*
|
|
* Common bits of the IOT2050 Basic and Advanced variants, PG1
|
|
*/
|
|
|
|
&dss {
|
|
assigned-clocks = <&k3_clks 67 2>;
|
|
assigned-clock-parents = <&k3_clks 67 5>;
|
|
};
|
|
|
|
&serdes0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&sdhci1 {
|
|
no-1-8-v;
|
|
};
|
|
|
|
&tx_pru0_0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&tx_pru0_1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&tx_pru1_0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&tx_pru1_1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&tx_pru2_0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&tx_pru2_1 {
|
|
status = "disabled";
|
|
};
|