| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/display/panel/sony,tulip-truly-nt35521.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Sony Tulip Truly NT35521 5.24" 1280x720 MIPI-DSI Panel |
| - Shawn Guo <shawn.guo@linaro.org> |
| The Sony Tulip Truly NT35521 is a 5.24" 1280x720 MIPI-DSI panel, which |
| can be found no Sony Xperia M4 phone. The panel backlight is managed |
| - $ref: panel-common.yaml# |
| const: sony,tulip-truly-nt35521 |
| description: Positive 5V supply |
| description: Negative 5V supply |
| additionalProperties: false |
| #include <dt-bindings/gpio/gpio.h> |
| compatible = "sony,tulip-truly-nt35521"; |
| positive5-supply = <&positive5_reg>; |
| negative5-supply = <&negative5_reg>; |
| reset-gpios = <&msmgpio 25 GPIO_ACTIVE_LOW>; |
| enable-gpios = <&msmgpio 10 GPIO_ACTIVE_HIGH>; |
| remote-endpoint = <&dsi0_out>; |