xref: /freebsd-src/sys/contrib/device-tree/src/arm/aspeed/aspeed-ast2600-evb-a1.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*f126890aSEmmanuel Vadot// Copyright 2021 IBM Corp.
3*f126890aSEmmanuel Vadot
4*f126890aSEmmanuel Vadot#include "aspeed-ast2600-evb.dts"
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/ {
7*f126890aSEmmanuel Vadot	model = "AST2600 A1 EVB";
8*f126890aSEmmanuel Vadot	compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600-evb", "aspeed,ast2600";
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot	/delete-node/regulator-vcc-sdhci0;
11*f126890aSEmmanuel Vadot	/delete-node/regulator-vcc-sdhci1;
12*f126890aSEmmanuel Vadot	/delete-node/regulator-vccq-sdhci0;
13*f126890aSEmmanuel Vadot	/delete-node/regulator-vccq-sdhci1;
14*f126890aSEmmanuel Vadot};
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot/delete-node/ &sdc;
17