1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the Salvator-X board with R-Car H3 ES1.x
5 * Copyright (C) 2015 Renesas Electronics Corp.
9 #include "r8a77950.dtsi"
10 #include "salvator-x.dtsi"
13 model = "Renesas Salvator-X board based on r8a77950";
14 compatible = "renesas,salvator-x", "renesas,r8a7795";
17 device_type = "memory";
18 /* first 128MB is reserved for secure area. */
19 reg = <0x0 0x48000000 0x0 0x38000000>;
23 device_type = "memory";
24 reg = <0x5 0x00000000 0x0 0x40000000>;
28 device_type = "memory";
29 reg = <0x6 0x00000000 0x0 0x40000000>;
33 device_type = "memory";
34 reg = <0x7 0x00000000 0x0 0x40000000>;
39 clocks = <&cpg CPG_MOD 724>,
47 clock-names = "du.0", "du.1", "du.2", "du.3",
48 "dclkin.0", "dclkin.1", "dclkin.2", "dclkin.3";
61 rcar_dw_hdmi0_out: endpoint {
62 remote-endpoint = <&hdmi0_con>;
67 dw_hdmi0_snd_in: endpoint {
68 remote-endpoint = <&rsnd_endpoint1>;
75 remote-endpoint = <&rcar_dw_hdmi0_out>;
84 rcar_dw_hdmi1_out: endpoint {
85 remote-endpoint = <&hdmi1_con>;
90 dw_hdmi1_snd_in: endpoint {
91 remote-endpoint = <&rsnd_endpoint2>;
98 remote-endpoint = <&rcar_dw_hdmi1_out>;
114 /* rsnd_port0 is on salvator-common */
117 rsnd_endpoint1: endpoint {
118 remote-endpoint = <&dw_hdmi0_snd_in>;
121 bitclock-master = <&rsnd_endpoint1>;
122 frame-master = <&rsnd_endpoint1>;
129 rsnd_endpoint2: endpoint {
130 remote-endpoint = <&dw_hdmi1_snd_in>;
133 bitclock-master = <&rsnd_endpoint2>;
134 frame-master = <&rsnd_endpoint2>;
147 dais = <&rsnd_port0 /* ak4613 */
148 &rsnd_port1 /* HDMI0 */
149 &rsnd_port2>; /* HDMI1 */
153 pinctrl-0 = <&usb2_pins>;
154 pinctrl-names = "default";