1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the iWave-RZ-G1M/N Daughter Board Camera Module
5 * Copyright (C) 2017 Renesas Electronics Corp.
14 cec_clock: cec-clock {
15 compatible = "fixed-clock";
17 clock-frequency = <12000000>;
21 compatible = "hdmi-connector";
25 hdmi_con_out: endpoint {
26 remote-endpoint = <&adv7511_out>;
33 pinctrl-0 = <&can1_pins>;
34 pinctrl-names = "default";
40 pinctrl-0 = <&du_pins>;
41 pinctrl-names = "default";
47 remote-endpoint = <&adv7511_in>;
54 pinctrl-0 = <&hscif1_pins>;
55 pinctrl-names = "default";
63 clock-frequency = <400000>;
66 compatible = "adi,adv7511w";
68 interrupt-parent = <&gpio0>;
69 interrupts = <13 IRQ_TYPE_LEVEL_LOW>;
70 clocks = <&cec_clock>;
73 adi,input-depth = <8>;
74 adi,input-colorspace = "rgb";
75 adi,input-clock = "1x";
76 adi,input-style = <1>;
77 adi,input-justification = "evenly";
85 adv7511_in: endpoint {
86 remote-endpoint = <&du_out_rgb>;
92 adv7511_out: endpoint {
93 remote-endpoint = <&hdmi_con_out>;
102 groups = "can1_data_d";
107 groups = "du_rgb888", "du_sync", "du_oddf", "du_clk_out_0";
111 hscif1_pins: hscif1 {
112 groups = "hscif1_data_c", "hscif1_ctrl_c";
117 groups = "scif1_data_d";
123 pinctrl-0 = <&scif1_pins>;
124 pinctrl-names = "default";