1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the Salvator-X board with R-Car H3 ES2.0
5 * Copyright (C) 2015 Renesas Electronics Corp.
9 #include "r8a7795.dtsi"
10 #include "salvator-x.dtsi"
13 model = "Renesas Salvator-X board based on r8a7795 ES2.0+";
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";
56 dais = <&rsnd_port0 /* ak4613 */
57 &rsnd_port1 /* HDMI0 */
58 &rsnd_port2>; /* HDMI1 */
67 rcar_dw_hdmi0_out: endpoint {
68 remote-endpoint = <&hdmi0_con>;
73 dw_hdmi0_snd_in: endpoint {
74 remote-endpoint = <&rsnd_endpoint1>;
81 remote-endpoint = <&rcar_dw_hdmi0_out>;
90 rcar_dw_hdmi1_out: endpoint {
91 remote-endpoint = <&hdmi1_con>;
96 dw_hdmi1_snd_in: endpoint {
97 remote-endpoint = <&rsnd_endpoint2>;
104 remote-endpoint = <&rcar_dw_hdmi1_out>;
113 /* rsnd_port0 is on salvator-common */
116 rsnd_endpoint1: endpoint {
117 remote-endpoint = <&dw_hdmi0_snd_in>;
120 bitclock-master = <&rsnd_endpoint1>;
121 frame-master = <&rsnd_endpoint1>;
128 rsnd_endpoint2: endpoint {
129 remote-endpoint = <&dw_hdmi1_snd_in>;
132 bitclock-master = <&rsnd_endpoint2>;
133 frame-master = <&rsnd_endpoint2>;
153 pinctrl-0 = <&usb2_pins>;
154 pinctrl-names = "default";