Tom Rini | ab06a53 | 2025-04-02 08:31:19 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| 2 | /* |
| 3 | * Device Tree Source for the RZ/G3E SMARC EVK board |
| 4 | * |
| 5 | * Copyright (C) 2024 Renesas Electronics Corp. |
| 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | |
| 10 | #include <dt-bindings/pinctrl/renesas,r9a09g047-pinctrl.h> |
| 11 | #include "r9a09g047e57.dtsi" |
| 12 | #include "rzg3e-smarc-som.dtsi" |
| 13 | #include "renesas-smarc2.dtsi" |
| 14 | |
| 15 | / { |
| 16 | model = "Renesas SMARC EVK version 2 based on r9a09g047e57"; |
| 17 | compatible = "renesas,smarc2-evk", "renesas,rzg3e-smarcm", |
| 18 | "renesas,r9a09g047e57", "renesas,r9a09g047"; |
| 19 | }; |
| 20 | |
| 21 | &pinctrl { |
| 22 | scif_pins: scif { |
| 23 | pins = "SCIF_TXD", "SCIF_RXD"; |
| 24 | renesas,output-impedance = <1>; |
| 25 | }; |
| 26 | }; |
| 27 | |
| 28 | &scif0 { |
| 29 | pinctrl-0 = <&scif_pins>; |
| 30 | pinctrl-names = "default"; |
| 31 | }; |