1# Copyright (c) 2021 Nordic Semiconductor ASA 2# Common fields for display controllers 3 4include: base.yaml 5 6properties: 7 height: 8 type: int 9 required: true 10 description: | 11 Height of the panel driven by the controller, with the units in pixels. 12 13 width: 14 type: int 15 required: true 16 description: | 17 Width of the panel driven by the controller, with the units in pixels. 18