0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/ti,nspire.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Texas Instruments NSPIRE Display Panels
0008
0009 maintainers:
0010 - Linus Walleij <linus.walleij@linaro.org>
0011
0012 allOf:
0013 - $ref: panel-common.yaml#
0014
0015 properties:
0016 compatible:
0017 enum:
0018 - ti,nspire-cx-lcd-panel
0019 - ti,nspire-classic-lcd-panel
0020 port: true
0021
0022 required:
0023 - compatible
0024
0025 additionalProperties: false
0026
0027 examples:
0028 - |
0029 panel {
0030 compatible = "ti,nspire-cx-lcd-panel";
0031 port {
0032 panel_in: endpoint {
0033 remote-endpoint = <&pads>;
0034 };
0035 };
0036 };