|
8 | 8 | #include <st/n6/stm32n657x0hxq-pinctrl.dtsi>
|
9 | 9 | #include "zephyr/dt-bindings/display/panel.h"
|
10 | 10 | #include <zephyr/dt-bindings/flash_controller/xspi.h>
|
11 |
| -#include <zephyr/dt-bindings/gpio/raspberrypi-csi-22pins-connector.h> |
| 11 | +#include <zephyr/dt-bindings/gpio/raspberrypi-csi-connector.h> |
12 | 12 | #include <zephyr/dt-bindings/input/input-event-codes.h>
|
13 | 13 | #include <zephyr/dt-bindings/video/video-interfaces.h>
|
14 | 14 | #include "arduino_r3_connector.dtsi"
|
|
59 | 59 | };
|
60 | 60 | };
|
61 | 61 |
|
62 |
| - csi_22pins_connector: connector_csi_22pins { |
63 |
| - compatible = "raspberrypi,csi-22pins-connector"; |
| 62 | + csi_connector: connector_csi { |
| 63 | + compatible = "raspberrypi,csi-connector"; |
64 | 64 | #gpio-cells = <2>;
|
65 | 65 | gpio-map-mask = <0xffffffff 0xffffffc0>;
|
66 | 66 | gpio-map-pass-thru = <0 0x3f>;
|
67 |
| - gpio-map = <CSI_22PINS_IO0 0 &gpioc 8 0>, |
68 |
| - <CSI_22PINS_IO1 0 &gpiod 2 0>; |
| 67 | + gpio-map = <CSI_IO0 0 &gpioc 8 0>, |
| 68 | + <CSI_IO1 0 &gpiod 2 0>; |
69 | 69 | };
|
70 | 70 | };
|
71 | 71 |
|
|
222 | 222 | status = "okay";
|
223 | 223 | };
|
224 | 224 |
|
225 |
| -csi_22pins_i2c: &i2c1 { |
| 225 | +csi_i2c: &i2c1 { |
226 | 226 | clocks = <&rcc STM32_CLOCK(APB1, 21)>,
|
227 | 227 | <&rcc STM32_SRC_CKPER I2C1_SEL(1)>;
|
228 | 228 | pinctrl-0 = <&i2c1_scl_ph9 &i2c1_sda_pc1>;
|
@@ -458,14 +458,14 @@ zephyr_udc0: &usbotg_hs1 {
|
458 | 458 | def-back-color-blue = <0xFF>;
|
459 | 459 | };
|
460 | 460 |
|
461 |
| -csi_22pins_interface: &dcmipp { |
| 461 | +csi_interface: &dcmipp { |
462 | 462 | ports {
|
463 | 463 | port@0 {
|
464 |
| - csi_22pins_ep_in: endpoint { }; |
| 464 | + csi_ep_in: endpoint { }; |
465 | 465 | };
|
466 | 466 |
|
467 | 467 | port@1 {
|
468 |
| - csi_22pins_capture_port: endpoint@1 { }; |
| 468 | + csi_capture_port: endpoint@1 { }; |
469 | 469 | };
|
470 | 470 | };
|
471 | 471 | };
|
0 commit comments