File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 643
643
status = "disabled";
644
644
};
645
645
646
+ dcmipp: dcmipp@58002000 {
647
+ compatible = "st,stm32n6-dcmipp", "st,stm32-dcmipp";
648
+ reg = <0x58002000 0x1000>;
649
+ clock-names = "dcmipp", "dcmipp-ker", "csi";
650
+ clocks = <&rcc STM32_CLOCK(APB5, 2)>,
651
+ <&rcc STM32_SRC_IC17 DCMIPP_SEL(2)>,
652
+ <&rcc STM32_CLOCK(APB5, 6)>;
653
+ interrupts = <48 0>;
654
+ resets = <&rctl STM32_RESET(APB5, 2)>,
655
+ <&rctl STM32_RESET(APB5, 6)>;
656
+ status = "disabled";
657
+
658
+ ports {
659
+ #address-cells = <1>;
660
+ #size-cells = <0>;
661
+
662
+ port@1 {
663
+ #address-cells = <1>;
664
+ #size-cells = <0>;
665
+
666
+ reg = <1>;
667
+
668
+ dcmipp_pipe_dump: endpoint@0 {
669
+ compatible = "st,stm32-dcmipp-pipe";
670
+ reg = <0>;
671
+ };
672
+
673
+ dcmipp_pipe_main: endpoint@1 {
674
+ compatible = "st,stm32-dcmipp-pipe";
675
+ reg = <1>;
676
+ };
677
+
678
+ dcmipp_pipe_aux: endpoint@2 {
679
+ compatible = "st,stm32-dcmipp-pipe";
680
+ reg = <2>;
681
+ };
682
+ };
683
+ };
684
+ };
685
+
646
686
ethernet@58036000 {
647
687
reg = <0x58036000 0x8000>;
648
688
compatible = "st,stm32-ethernet-controller";
You can’t perform that action at this time.
0 commit comments