1 # SPDX-License-Identifier: (GPL-2.0-only)
4 $id: http://devicetree.org/schemas/display/rockchip/rockchip-drm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip DRM master device
10 - Sandy Huang <hjc@rock-chips.com>
11 - Heiko Stuebner <heiko@sntech.de>
14 The Rockchip DRM master device is a virtual device needed to list all
15 vop devices or other display interface nodes that comprise the
20 const: rockchip,display-subsystem
23 $ref: /schemas/types.yaml#/definitions/phandle-array
25 Should contain a list of phandles pointing to display interface port
26 of vop devices. vop definitions as defined in
27 Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml
33 additionalProperties: false
38 compatible = "rockchip,display-subsystem";
39 ports = <&vopl_out>, <&vopb_out>;