arm64: dts: rockchip: rk1808-evb-v10: add dts of rkisp1 and ov5695

Change-Id: I776646d97ed9946f6651ca590e9a40ca05da5fb8
Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
This commit is contained in:
Hu Kejun
2018-10-09 20:03:55 +08:00
committed by Tao Huang
parent aed3a95a80
commit 55f079e2e0

View File

@@ -121,6 +121,31 @@
};
};
&i2c3 {
status = "okay";
clock-frequency = <100000>;
ov5695: ov5695@36 {
compatible = "ovti,ov5695";
reg = <0x36>;
clocks = <&cru SCLK_CIF_OUT>;
clock-names = "xvclk";
avdd-supply = <&vcc2v8_dvp>;
dovdd-supply = <&vdd1v5_dvp>;
dvdd-supply = <&vcc1v8_dvp>;
pwdn-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&cif_clkout_m0>;
port {
ucam_out: endpoint {
remote-endpoint = <&mipi_in_ucam>;
data-lanes = <1 2>;
};
};
};
};
&i2s0 {
status = "okay";
#sound-dai-cells = <0>;
@@ -131,10 +156,46 @@
#sound-dai-cells = <0>;
};
&isp_mmu {
status = "okay";
};
&mipi_dphy {
status = "okay";
};
&mipi_dphy_rx {
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
mipi_in_ucam: endpoint@1 {
reg = <1>;
remote-endpoint = <&ucam_out>;
data-lanes = <1 2>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
dphy_rx0_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&isp0_mipi_in>;
};
};
};
};
&rk_rga {
status = "okay";
};
@@ -143,6 +204,20 @@
status = "okay";
};
&rkisp1 {
status = "okay";
port {
#address-cells = <1>;
#size-cells = <0>;
isp0_mipi_in: endpoint@0 {
reg = <0>;
remote-endpoint = <&dphy_rx0_out>;
};
};
};
&rng {
status = "okay";
};