boards: stm32: stm32n6570_dk: rename 22pins CSI into CSI
Following renaming of the raspberry csi connector nexus, rename all places when csi 22pins is mentioned to only keep csi instead. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
This commit is contained in:
parent
616c6ed21f
commit
5ff7fa77fe
@ -8,7 +8,7 @@
|
||||
#include <st/n6/stm32n657x0hxq-pinctrl.dtsi>
|
||||
#include "zephyr/dt-bindings/display/panel.h"
|
||||
#include <zephyr/dt-bindings/flash_controller/xspi.h>
|
||||
#include <zephyr/dt-bindings/gpio/raspberrypi-csi-22pins-connector.h>
|
||||
#include <zephyr/dt-bindings/gpio/raspberrypi-csi-connector.h>
|
||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||
#include <zephyr/dt-bindings/video/video-interfaces.h>
|
||||
#include "arduino_r3_connector.dtsi"
|
||||
@ -59,13 +59,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
csi_22pins_connector: connector_csi_22pins {
|
||||
compatible = "raspberrypi,csi-22pins-connector";
|
||||
csi_connector: connector_csi {
|
||||
compatible = "raspberrypi,csi-connector";
|
||||
#gpio-cells = <2>;
|
||||
gpio-map-mask = <0xffffffff 0xffffffc0>;
|
||||
gpio-map-pass-thru = <0 0x3f>;
|
||||
gpio-map = <CSI_22PINS_IO0 0 &gpioc 8 0>,
|
||||
<CSI_22PINS_IO1 0 &gpiod 2 0>;
|
||||
gpio-map = <CSI_IO0 0 &gpioc 8 0>,
|
||||
<CSI_IO1 0 &gpiod 2 0>;
|
||||
};
|
||||
};
|
||||
|
||||
@ -222,7 +222,7 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
csi_22pins_i2c: &i2c1 {
|
||||
csi_i2c: &i2c1 {
|
||||
clocks = <&rcc STM32_CLOCK(APB1, 21)>,
|
||||
<&rcc STM32_SRC_CKPER I2C1_SEL(1)>;
|
||||
pinctrl-0 = <&i2c1_scl_ph9 &i2c1_sda_pc1>;
|
||||
@ -458,14 +458,14 @@ zephyr_udc0: &usbotg_hs1 {
|
||||
def-back-color-blue = <0xFF>;
|
||||
};
|
||||
|
||||
csi_22pins_interface: &dcmipp {
|
||||
csi_interface: &dcmipp {
|
||||
ports {
|
||||
port@0 {
|
||||
csi_22pins_ep_in: endpoint { };
|
||||
csi_ep_in: endpoint { };
|
||||
};
|
||||
|
||||
port@1 {
|
||||
csi_22pins_capture_port: endpoint@1 { };
|
||||
csi_capture_port: endpoint@1 { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user