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