Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) |
| 2 | /* |
| 3 | * Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, |
| 4 | * D-82229 Seefeld, Germany. |
| 5 | * Author: Alexander Stein |
| 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | /plugin/; |
| 10 | |
| 11 | #include <dt-bindings/gpio/gpio.h> |
| 12 | |
| 13 | &{/} { |
| 14 | compatible = "tq,imx8mm-tqma8mqml-mba8mx", "tq,imx8mm-tqma8mqml", "fsl,imx8mm"; |
| 15 | }; |
| 16 | |
| 17 | &backlight_lvds { |
| 18 | status = "okay"; |
| 19 | }; |
| 20 | |
| 21 | &dsi_lvds_bridge { |
| 22 | status = "okay"; |
| 23 | }; |
| 24 | |
| 25 | &expander0 { |
| 26 | dsi-mux-oe-hog { |
| 27 | gpio-hog; |
| 28 | gpios = <10 GPIO_ACTIVE_LOW>; |
| 29 | output-high; |
| 30 | line-name = "DSI_MUX_OE#"; |
| 31 | }; |
| 32 | }; |
| 33 | |
| 34 | &lcdif { |
| 35 | status = "okay"; |
| 36 | }; |
| 37 | |
| 38 | &mipi_dsi { |
| 39 | status = "okay"; |
| 40 | }; |
| 41 | |
| 42 | &panel { |
| 43 | compatible = "tianma,tm070jvhg33"; |
| 44 | status = "okay"; |
| 45 | }; |