x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
[cris-mirror.git] / arch / arm64 / boot / dts / renesas / r8a7796-salvator-x.dts
blob498c9e807dc47e8b50fa2206a6e027229f8b57a3
1 /*
2  * Device Tree Source for the Salvator-X board with R-Car M3-W
3  *
4  * Copyright (C) 2016 Renesas Electronics Corp.
5  *
6  * This file is licensed under the terms of the GNU General Public License
7  * version 2.  This program is licensed "as is" without any warranty of any
8  * kind, whether express or implied.
9  */
11 /dts-v1/;
12 #include "r8a7796.dtsi"
13 #include "salvator-x.dtsi"
15 / {
16         model = "Renesas Salvator-X board based on r8a7796";
17         compatible = "renesas,salvator-x", "renesas,r8a7796";
19         memory@48000000 {
20                 device_type = "memory";
21                 /* first 128MB is reserved for secure area. */
22                 reg = <0x0 0x48000000 0x0 0x78000000>;
23         };
25         memory@600000000 {
26                 device_type = "memory";
27                 reg = <0x6 0x00000000 0x0 0x80000000>;
28         };
31 &du {
32         clocks = <&cpg CPG_MOD 724>,
33                  <&cpg CPG_MOD 723>,
34                  <&cpg CPG_MOD 722>,
35                  <&cpg CPG_MOD 727>,
36                  <&versaclock5 1>,
37                  <&x21_clk>,
38                  <&versaclock5 2>;
39         clock-names = "du.0", "du.1", "du.2", "lvds.0",
40                       "dclkin.0", "dclkin.1", "dclkin.2";
43 &hdmi0 {
44         status = "okay";
46         ports {
47                 port@1 {
48                         reg = <1>;
49                         rcar_dw_hdmi0_out: endpoint {
50                                 remote-endpoint = <&hdmi0_con>;
51                         };
52                 };
53         };
56 &hdmi0_con {
57         remote-endpoint = <&rcar_dw_hdmi0_out>;