xref: /linux/Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu-settings.yaml (revision cdd38c5f1ce4398ec58fec95904b75824daab7b5)
1a3857f89SMichael Tretter# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2a3857f89SMichael Tretter%YAML 1.2
3a3857f89SMichael Tretter---
4a3857f89SMichael Tretter$id: http://devicetree.org/schemas/soc/xilinx/xlnx,vcu-settings.yaml#
5a3857f89SMichael Tretter$schema: http://devicetree.org/meta-schemas/core.yaml#
6a3857f89SMichael Tretter
7a3857f89SMichael Trettertitle: Xilinx VCU Settings
8a3857f89SMichael Tretter
9a3857f89SMichael Trettermaintainers:
10a3857f89SMichael Tretter  - Michael Tretter <kernel@pengutronix.de>
11a3857f89SMichael Tretter
12a3857f89SMichael Tretterdescription: |
13a3857f89SMichael Tretter  The Xilinx VCU Settings provides information about the configuration of the
14a3857f89SMichael Tretter  video codec unit.
15a3857f89SMichael Tretter
16a3857f89SMichael Tretterproperties:
17a3857f89SMichael Tretter  compatible:
18a3857f89SMichael Tretter    items:
19a3857f89SMichael Tretter      - const: xlnx,vcu-settings
20a3857f89SMichael Tretter      - const: syscon
21a3857f89SMichael Tretter
22a3857f89SMichael Tretter  reg:
23a3857f89SMichael Tretter    maxItems: 1
24a3857f89SMichael Tretter
25a3857f89SMichael Tretterrequired:
26a3857f89SMichael Tretter  - compatible
27a3857f89SMichael Tretter  - reg
28a3857f89SMichael Tretter
29*64a21a18SMichael TretteradditionalProperties: false
30*64a21a18SMichael Tretter
31a3857f89SMichael Tretterexamples:
32a3857f89SMichael Tretter  - |
33*64a21a18SMichael Tretter    fpga {
34*64a21a18SMichael Tretter        #address-cells = <2>;
35*64a21a18SMichael Tretter        #size-cells = <2>;
36*64a21a18SMichael Tretter
37a3857f89SMichael Tretter        xlnx_vcu: vcu@a0041000 {
38a3857f89SMichael Tretter            compatible = "xlnx,vcu-settings", "syscon";
39a3857f89SMichael Tretter            reg = <0x0 0xa0041000 0x0 0x1000>;
40a3857f89SMichael Tretter        };
41*64a21a18SMichael Tretter    };
42*64a21a18SMichael Tretter
43*64a21a18SMichael Tretter...
44