mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-22 02:00:09 +00:00
Dtschema expects GPIO hogs to end with a "hog" suffix. Also, the convention for node names is to use hyphens, not underscores. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/baee4b9980576ffbab24122fce7147c9cbc2ea59.1645705998.git.geert+renesas@glider.be
27 lines
651 B
Plaintext
27 lines
651 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/*
|
|
* Device Tree Source for the RZ/G2L SMARC EVK board
|
|
*
|
|
* Copyright (C) 2021 Renesas Electronics Corp.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r9a07g054l2.dtsi"
|
|
#include "rzg2l-smarc-som.dtsi"
|
|
#include "rzg2l-smarc-pinfunction.dtsi"
|
|
#include "rz-smarc-common.dtsi"
|
|
#include "rzg2l-smarc.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas SMARC EVK based on r9a07g054l2";
|
|
compatible = "renesas,smarc-evk", "renesas,r9a07g054l2", "renesas,r9a07g054";
|
|
};
|
|
|
|
&pinctrl {
|
|
/delete-node/ can0-stb-hog;
|
|
/delete-node/ can1-stb-hog;
|
|
/delete-node/ gpio-sd0-pwr-en-hog;
|
|
/delete-node/ sd0-dev-sel-hog;
|
|
/delete-node/ sd1-pwr-en-hog;
|
|
};
|