WIP FPC-III support
[linux/fpc-iii.git] / arch / arm64 / boot / dts / renesas / r8a779a0-falcon-cpu.dtsi
blob4ba269a4cec8b224058ea281309461d835369dfd
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source for the Falcon CPU board
4  *
5  * Copyright (C) 2020 Renesas Electronics Corp.
6  */
8 #include "r8a779a0.dtsi"
10 / {
11         model = "Renesas Falcon CPU board";
12         compatible = "renesas,falcon-cpu", "renesas,r8a779a0";
14         memory@48000000 {
15                 device_type = "memory";
16                 /* first 128MB is reserved for secure area. */
17                 reg = <0x0 0x48000000 0x0 0x78000000>;
18         };
20         memory@500000000 {
21                 device_type = "memory";
22                 reg = <0x5 0x00000000 0x0 0x80000000>;
23         };
25         memory@600000000 {
26                 device_type = "memory";
27                 reg = <0x6 0x00000000 0x0 0x80000000>;
28         };
30         memory@700000000 {
31                 device_type = "memory";
32                 reg = <0x7 0x00000000 0x0 0x80000000>;
33         };
36 &extal_clk {
37         clock-frequency = <16666666>;
40 &extalr_clk {
41         clock-frequency = <32768>;
44 &scif0 {
45         status = "okay";