Lines Matching +full:pclk +full:- +full:sample
1 # SPDX-License-Identifier: GPL-2.0-only
2 # Copyright (C) 2016-2021 Microchip Technology, Inc.
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Eugen Hristev <eugen.hristev@microchip.com>
22 const: atmel,sama5d2-isc
34 clock-names:
36 - const: hclock
37 - const: iscck
38 - const: gck
40 '#clock-cells':
43 clock-output-names:
44 const: isc-mck
47 $ref: /schemas/graph.yaml#/$defs/port-base
54 $ref: video-interfaces.yaml#
57 remote-endpoint: true
59 bus-width:
63 hsync-active:
67 vsync-active:
71 pclk-sample:
76 - remote-endpoint
81 - compatible
82 - reg
83 - clocks
84 - clock-names
85 - '#clock-cells'
86 - clock-output-names
87 - port
92 - |
93 #include <dt-bindings/interrupt-controller/irq.h>
96 compatible = "atmel,sama5d2-isc";
100 clock-names = "hclock", "iscck", "gck";
101 #clock-cells = <0>;
102 clock-output-names = "isc-mck";
106 remote-endpoint = <&ov7740_0>;
107 hsync-active = <1>;
108 vsync-active = <0>;
109 pclk-sample = <1>;
110 bus-width = <8>;