renesas,ceu.yaml (2b703bbda2713fd2a7d98029ea6c44f9c3159f34) renesas,ceu.yaml (9f60a65bc5e6cd882120d8477cc7bec065887e3d)
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/media/renesas,ceu.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Renesas Capture Engine Unit (CEU) Bindings
8

--- 18 unchanged lines hidden (view full) ---

27 interrupts:
28 maxItems: 1
29
30 port:
31 type: object
32 additionalProperties: false
33
34 properties:
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/media/renesas,ceu.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Renesas Capture Engine Unit (CEU) Bindings
8

--- 18 unchanged lines hidden (view full) ---

27 interrupts:
28 maxItems: 1
29
30 port:
31 type: object
32 additionalProperties: false
33
34 properties:
35 endpoint:
36 type: object
37 additionalProperties: false
35 endpoint:
36 type: object
37 additionalProperties: false
38
39 # Properties described in
40 # Documentation/devicetree/bindings/media/video-interfaces.txt
38
39 # Properties described in
40 # Documentation/devicetree/bindings/media/video-interfaces.txt
41 properties:
42 remote-endpoint: true
43 hsync-active: true
44 vsync-active: true
45 field-even-active: false
46 bus-width:
47 enum: [8, 16]
48 default: 8
41 properties:
42 remote-endpoint: true
43 hsync-active: true
44 vsync-active: true
45 field-even-active: false
46 bus-width:
47 enum: [8, 16]
48 default: 8
49
49
50 required:
51 - remote-endpoint
50 required:
51 - remote-endpoint
52
53 required:
54 - endpoint
55
56required:
57 - compatible
58 - reg
59 - interrupts

--- 21 unchanged lines hidden ---
52
53 required:
54 - endpoint
55
56required:
57 - compatible
58 - reg
59 - interrupts

--- 21 unchanged lines hidden ---