1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the Eagle board
5 * Copyright (C) 2016-2017 Renesas Electronics Corp.
6 * Copyright (C) 2017 Cogent Embedded, Inc.
10 #include "r8a77970.dtsi"
13 model = "Renesas Eagle board based on r8a77970";
14 compatible = "renesas,eagle", "renesas,r8a77970";
22 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
23 stdout-path = "serial0:115200n8";
26 d3p3: regulator-fixed {
27 compatible = "regulator-fixed";
28 regulator-name = "fixed-3.3V";
29 regulator-min-microvolt = <3300000>;
30 regulator-max-microvolt = <3300000>;
36 compatible = "hdmi-connector";
40 hdmi_con_out: endpoint {
41 remote-endpoint = <&adv7511_out>;
47 compatible = "thine,thc63lvd1024";
57 thc63lvd1024_in: endpoint {
58 remote-endpoint = <&lvds0_out>;
64 thc63lvd1024_out: endpoint {
65 remote-endpoint = <&adv7511_in>;
72 device_type = "memory";
73 /* first 128MB is reserved for secure area. */
74 reg = <0x0 0x48000000 0x0 0x38000000>;
79 pinctrl-0 = <&avb_pins>;
80 pinctrl-names = "default";
82 renesas,no-ether-link;
84 phy-mode = "rgmii-id";
87 phy0: ethernet-phy@0 {
90 interrupt-parent = <&gpio1>;
91 interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
96 pinctrl-0 = <&canfd0_pins>;
97 pinctrl-names = "default";
110 clock-frequency = <16666666>;
114 clock-frequency = <32768>;
118 pinctrl-0 = <&i2c0_pins>;
119 pinctrl-names = "default";
122 clock-frequency = <400000>;
124 io_expander: gpio@20 {
125 compatible = "onnn,pca9654";
132 compatible = "adi,adv7511w";
134 interrupt-parent = <&gpio1>;
135 interrupts = <20 IRQ_TYPE_LEVEL_LOW>;
137 adi,input-depth = <8>;
138 adi,input-colorspace = "rgb";
139 adi,input-clock = "1x";
140 adi,input-style = <1>;
141 adi,input-justification = "evenly";
144 #address-cells = <1>;
149 adv7511_in: endpoint {
150 remote-endpoint = <&thc63lvd1024_out>;
156 adv7511_out: endpoint {
157 remote-endpoint = <&hdmi_con_out>;
169 lvds0_out: endpoint {
170 remote-endpoint = <&thc63lvd1024_in>;
178 groups = "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
182 canfd0_pins: canfd0 {
183 groups = "canfd0_data_a";
193 groups = "scif0_data";
204 pinctrl-0 = <&scif0_pins>;
205 pinctrl-names = "default";