xref: /linux/arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts (revision 975ef7ff81bb000af6e6c8e63e81f89f3468dcf7)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the V3H Starter Kit board
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 * Copyright (C) 2018 Cogent Embedded, Inc.
7 */
8
9/dts-v1/;
10#include "r8a77980.dtsi"
11
12/ {
13	model = "Renesas V3H Starter Kit board";
14	compatible = "renesas,v3hsk", "renesas,r8a77980";
15
16	aliases {
17		serial0 = &scif0;
18	};
19
20	chosen {
21		stdout-path = "serial0:115200n8";
22	};
23
24	memory@48000000 {
25		device_type = "memory";
26		/* first 128MB is reserved for secure area. */
27		reg = <0 0x48000000 0 0x78000000>;
28	};
29};
30
31&extal_clk {
32	clock-frequency = <16666666>;
33};
34
35&extalr_clk {
36	clock-frequency = <32768>;
37};
38
39&pfc {
40	scif0_pins: scif0 {
41		groups = "scif0_data";
42		function = "scif0";
43	};
44
45	scif_clk_pins: scif_clk {
46		groups = "scif_clk_b";
47		function = "scif_clk";
48	};
49};
50
51&scif0 {
52	pinctrl-0 = <&scif0_pins>, <&scif_clk_pins>;
53	pinctrl-names = "default";
54
55	status = "okay";
56};
57
58&scif_clk {
59	clock-frequency = <14745600>;
60};
61