46 lines
684 B
Plaintext
46 lines
684 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/*
|
|
* Device Tree Source for the RZ/Five SMARC EVK SOM
|
|
*
|
|
* Copyright (C) 2022 Renesas Electronics Corp.
|
|
*/
|
|
|
|
#include <arm64/renesas/rzg2ul-smarc-som.dtsi>
|
|
|
|
/ {
|
|
aliases {
|
|
/delete-property/ ethernet0;
|
|
/delete-property/ ethernet1;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "ignore_loglevel";
|
|
};
|
|
};
|
|
|
|
&dmac {
|
|
status = "disabled";
|
|
};
|
|
|
|
ð0 {
|
|
status = "disabled";
|
|
|
|
phy0: ethernet-phy@7 {
|
|
/delete-property/ interrupt-parent;
|
|
/delete-property/ interrupts;
|
|
};
|
|
};
|
|
|
|
ð1 {
|
|
status = "disabled";
|
|
|
|
phy1: ethernet-phy@7 {
|
|
/delete-property/ interrupt-parent;
|
|
/delete-property/ interrupts;
|
|
};
|
|
};
|
|
|
|
&sdhi0 {
|
|
status = "disabled";
|
|
};
|