diff options
Diffstat (limited to 'sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ufoe.yaml')
| -rw-r--r-- | sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ufoe.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ufoe.yaml b/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ufoe.yaml index 39e3e2d4a0db..61a5e22effbf 100644 --- a/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ufoe.yaml +++ b/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ufoe.yaml @@ -43,6 +43,27 @@ properties: items: - description: UFOe Clock + ports: + $ref: /schemas/graph.yaml#/properties/ports + description: + Input and output ports can have multiple endpoints, each of those + connects to either the primary, secondary, etc, display pipeline. + + properties: + port@0: + $ref: /schemas/graph.yaml#/properties/port + description: UFOE input, usually from one of the RDMA blocks. + + port@1: + $ref: /schemas/graph.yaml#/properties/port + description: + UFOE output to the input of the next desired component in the + display pipeline, usually one of the available DSI blocks. + + required: + - port@0 + - port@1 + required: - compatible - reg |
