Lines Matching +full:sama7g5 +full:- +full:isc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Eugen Hristev <eugen.hristev@microchip.com>
25 const: microchip,sama7g5-isc
36 clock-names:
38 - const: hclock
40 '#clock-cells':
43 clock-output-names:
44 const: isc-mck
46 microchip,mipi-mode:
51 signals received. The mipi-mode enables different internal handling
55 $ref: /schemas/graph.yaml#/$defs/port-base
61 $ref: video-interfaces.yaml#
64 bus-type:
67 remote-endpoint: true
69 bus-width:
73 hsync-active:
77 vsync-active:
81 pclk-sample:
86 - remote-endpoint
87 - bus-type
94 - compatible
95 - reg
96 - clocks
97 - clock-names
98 - '#clock-cells'
99 - clock-output-names
100 - port
105 - |
106 #include <dt-bindings/interrupt-controller/arm-gic.h>
107 #include <dt-bindings/clock/at91.h>
108 #include <dt-bindings/interrupt-controller/irq.h>
109 #include <dt-bindings/media/video-interfaces.h>
112 compatible = "microchip,sama7g5-isc";
116 clock-names = "hclock";
117 #clock-cells = <0>;
118 clock-output-names = "isc-mck";
122 bus-type = <MEDIA_BUS_TYPE_PARALLEL>;
123 remote-endpoint = <&csi2dc_out>;
124 hsync-active = <1>;
125 vsync-active = <1>;
126 bus-width = <12>;