Commit 48c248a2 authored by Johann Fischer's avatar Johann Fischer Committed by Carles Cufi
Browse files

dts: add bindings for display controller



Add bindings for display controller, where a controller
is a fixed part of the display.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent 5e722c43
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Nordic Semiconductor ASA
# Common fields for display controllers

include: base.yaml

properties:
    height:
      type: int
      required: true
      description: |
        Height of the panel driven by the controller, with the units in pixels.

    width:
      type: int
      required: true
      description: |
        Width of the panel driven by the controller, with the units in pixels.

    label:
      required: true