x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
[cris-mirror.git] / arch / arm64 / boot / dts / renesas / r8a77970-v3msk.dts
blob8624ca87d6b2e0a95f1241c72dba5ad293b0e305
1 /*
2  * Device Tree Source for the V3M Starter Kit board
3  *
4  * Copyright (C) 2017 Renesas Electronics Corp.
5  * Copyright (C) 2017 Cogent Embedded, Inc.
6  *
7  * This file is licensed under the terms of the GNU General Public License
8  * version 2.  This program is licensed "as is" without any warranty of any
9  * kind, whether express or implied.
10  */
12 /dts-v1/;
13 #include "r8a77970.dtsi"
15 / {
16         model = "Renesas V3M Starter Kit board";
17         compatible = "renesas,v3msk", "renesas,r8a77970";
19         aliases {
20                 serial0 = &scif0;
21         };
23         chosen {
24                 stdout-path = "serial0:115200n8";
25         };
27         memory@48000000 {
28                 device_type = "memory";
29                 /* first 128MB is reserved for secure area. */
30                 reg = <0x0 0x48000000 0x0 0x38000000>;
31         };
34 &avb {
35         renesas,no-ether-link;
36         phy-handle = <&phy0>;
37         status = "okay";
39         phy0: ethernet-phy@0 {
40                 rxc-skew-ps = <1500>;
41                 reg = <0>;
42         };
45 &extal_clk {
46         clock-frequency = <16666666>;
49 &extalr_clk {
50         clock-frequency = <32768>;
53 &scif0 {
54         status = "okay";