1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (c) Siemens AG, 2021-2023 4 * 5 * Authors: 6 * Jan Kiszka <jan.kiszka@siemens.com> 7 * 8 * Common bits of the IOT2050 Basic and Advanced variants, PG1 9 */ 10 11#include "k3-am65-iot2050-dp.dtsi" 12 13&serdes0 { 14 status = "disabled"; 15}; 16 17&sdhci1 { 18 no-1-8-v; 19}; 20 21&tx_pru0_0 { 22 status = "disabled"; 23}; 24 25&tx_pru0_1 { 26 status = "disabled"; 27}; 28 29&tx_pru1_0 { 30 status = "disabled"; 31}; 32 33&tx_pru1_1 { 34 status = "disabled"; 35}; 36 37&tx_pru2_0 { 38 status = "disabled"; 39}; 40 41&tx_pru2_1 { 42 status = "disabled"; 43}; 44 45&icssg0_eth { 46 status = "disabled"; 47}; 48 49&icssg0_mdio { 50 status = "disabled"; 51}; 52