144a90cc3SIcenowy Zheng# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
244a90cc3SIcenowy Zheng%YAML 1.2
344a90cc3SIcenowy Zheng---
444a90cc3SIcenowy Zheng$id: http://devicetree.org/schemas/display/panel/feixin,k101-im2ba02.yaml#
544a90cc3SIcenowy Zheng$schema: http://devicetree.org/meta-schemas/core.yaml#
644a90cc3SIcenowy Zheng
744a90cc3SIcenowy Zhengtitle: Feixin K101 IM2BA02 10.1" MIPI-DSI LCD panel
844a90cc3SIcenowy Zheng
944a90cc3SIcenowy Zhengmaintainers:
1044a90cc3SIcenowy Zheng  - Icenowy Zheng <icenowy@aosc.io>
1144a90cc3SIcenowy Zheng
1244a90cc3SIcenowy ZhengallOf:
1344a90cc3SIcenowy Zheng  - $ref: panel-common.yaml#
1444a90cc3SIcenowy Zheng
1544a90cc3SIcenowy Zhengproperties:
1644a90cc3SIcenowy Zheng  compatible:
1744a90cc3SIcenowy Zheng    const: feixin,k101-im2ba02
1844a90cc3SIcenowy Zheng  reg: true
1944a90cc3SIcenowy Zheng  backlight: true
2044a90cc3SIcenowy Zheng  reset-gpios: true
2144a90cc3SIcenowy Zheng  avdd-supply:
2244a90cc3SIcenowy Zheng    description: regulator that supplies the AVDD voltage
2344a90cc3SIcenowy Zheng  dvdd-supply:
2444a90cc3SIcenowy Zheng    description: regulator that supplies the DVDD voltage
2544a90cc3SIcenowy Zheng  cvdd-supply:
2644a90cc3SIcenowy Zheng    description: regulator that supplies the CVDD voltage
2744a90cc3SIcenowy Zheng
2844a90cc3SIcenowy Zhengrequired:
2944a90cc3SIcenowy Zheng  - compatible
3044a90cc3SIcenowy Zheng  - reg
3144a90cc3SIcenowy Zheng  - avdd-supply
3244a90cc3SIcenowy Zheng  - dvdd-supply
3344a90cc3SIcenowy Zheng  - cvdd-supply
3444a90cc3SIcenowy Zheng
3544a90cc3SIcenowy ZhengadditionalProperties: false
3644a90cc3SIcenowy Zheng
3744a90cc3SIcenowy Zhengexamples:
3844a90cc3SIcenowy Zheng  - |
3944a90cc3SIcenowy Zheng    #include <dt-bindings/gpio/gpio.h>
4044a90cc3SIcenowy Zheng
4144a90cc3SIcenowy Zheng    dsi {
4244a90cc3SIcenowy Zheng        #address-cells = <1>;
4344a90cc3SIcenowy Zheng        #size-cells = <0>;
4444a90cc3SIcenowy Zheng        panel@0 {
4544a90cc3SIcenowy Zheng            compatible = "feixin,k101-im2ba02";
4644a90cc3SIcenowy Zheng            reg = <0>;
4744a90cc3SIcenowy Zheng            avdd-supply = <&reg_dc1sw>;
4844a90cc3SIcenowy Zheng            dvdd-supply = <&reg_dc1sw>;
4944a90cc3SIcenowy Zheng            cvdd-supply = <&reg_ldo_io1>;
5044a90cc3SIcenowy Zheng            reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>;
5144a90cc3SIcenowy Zheng            backlight = <&backlight>;
5244a90cc3SIcenowy Zheng        };
5344a90cc3SIcenowy Zheng    };
5444a90cc3SIcenowy Zheng
5544a90cc3SIcenowy Zheng...
56