You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user