arm64: dts: rockchip: rk3588-vehicle-evb2: add nvp6188 and reverse support

Signed-off-by: Luo Wei <lw@rock-chips.com>
Change-Id: I71282cafc0767c97c0b051afb3af72ab34d0fa0d
This commit is contained in:
Luo Wei 2023-04-11 10:58:35 +08:00 committed by Tao Huang
parent d2f341b548
commit 5f1c322d3b

View file

@ -7,6 +7,8 @@
/dts-v1/;
#include "rk3588-vehicle-evb-v20.dtsi"
#include "rk3588-vehicle-evb-mipi-nvp6188.dtsi"
#include "rk3588-vehicle-evb-image-reverse.dtsi"
#include "rk3588-vehicle-serdes-display-v20.dtsi"
#include "rk3588-android.dtsi"
@ -14,3 +16,14 @@
model = "Rockchip RK3588 VEHICLE EVB V20 Board";
compatible = "rockchip,rk3588-vehicle-evb-v20", "rockchip,rk3588";
};
&cif_sensor {
nvp6188 {
powerdown-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>;
};
};
&nvp6188 {
pinctrl-0 = <&mipim1_camera3_clk>;
reset-gpios = <&gpio1 RK_PB2 GPIO_ACTIVE_HIGH>;
};