Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: Add initial device tree for RZ/V2L SMARC EVK

Add basic support for the RZ/V2L SMARC EVK (based on R9A07G054L2):
- memory
- External input clock
- CPG
- Pin controller
- SCIF
- GbEthernet
- Audio Clock

It shares the same carrier board with RZ/G2L with the same pin mapping.
Delete the gpio-hog nodes from pinctrl as they will be added later when
the functionality has been tested.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20220110134659.30424-12-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Biju Das and committed by
Geert Uytterhoeven
f91c4c74 7c2b8198

+30 -3
+2
arch/arm64/boot/dts/renesas/Makefile
··· 77 77 78 78 dtb-$(CONFIG_ARCH_R9A07G044) += r9a07g044c2-smarc.dtb 79 79 dtb-$(CONFIG_ARCH_R9A07G044) += r9a07g044l2-smarc.dtb 80 + 81 + dtb-$(CONFIG_ARCH_R9A07G054) += r9a07g054l2-smarc.dtb
+25
arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + /* 3 + * Device Tree Source for the RZ/G2L SMARC EVK board 4 + * 5 + * Copyright (C) 2021 Renesas Electronics Corp. 6 + */ 7 + 8 + /dts-v1/; 9 + #include "r9a07g054l2.dtsi" 10 + #include "rzg2l-smarc-som.dtsi" 11 + #include "rzg2l-smarc-pinfunction.dtsi" 12 + #include "rzg2l-smarc.dtsi" 13 + 14 + / { 15 + model = "Renesas SMARC EVK based on r9a07g054l2"; 16 + compatible = "renesas,smarc-evk", "renesas,r9a07g054l2", "renesas,r9a07g054"; 17 + }; 18 + 19 + &pinctrl { 20 + /delete-node/ can0-stb; 21 + /delete-node/ can1-stb; 22 + /delete-node/ gpio-sd0-pwr-en-hog; 23 + /delete-node/ sd0-dev-sel-hog; 24 + /delete-node/ sd1-pwr-en-hog; 25 + };
+1 -1
arch/arm64/boot/dts/renesas/rzg2l-smarc-pinfunction.dtsi
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 /* 3 - * Device Tree Source for the RZ/G2L SMARC pincontrol parts 3 + * Device Tree Source for the RZ/{G2L,V2L} SMARC pincontrol parts 4 4 * 5 5 * Copyright (C) 2021 Renesas Electronics Corp. 6 6 */
+1 -1
arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 /* 3 - * Device Tree Source for the RZ/G2L SMARC SOM common parts 3 + * Device Tree Source for the RZ/{G2L,V2L} SMARC SOM common parts 4 4 * 5 5 * Copyright (C) 2021 Renesas Electronics Corp. 6 6 */
+1 -1
arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi
··· 1 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 /* 3 - * Device Tree Source for the RZ/G2L SMARC EVK common parts 3 + * Device Tree Source for the RZ/{G2L,V2L} SMARC EVK common parts 4 4 * 5 5 * Copyright (C) 2021 Renesas Electronics Corp. 6 6 */