File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2022, NXP
2+ * Copyright 2022-2023 , NXP
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 */
99#include <zephyr/dt-bindings/clock/mcux_lpc_syscon_clock.h>
1010#include <zephyr/dt-bindings/gpio/gpio.h>
1111#include <zephyr/dt-bindings/i2c/i2c.h>
12+ #include <zephyr/dt-bindings/mipi_dsi/mipi_dsi.h>
1213
1314/ {
1415 chosen {
271272 status = "disabled";
272273 };
273274
275+ lcdif: lcdif@210000 {
276+ compatible = "nxp,dcnano-lcdif";
277+ reg = <0x210000 0x1000>;
278+ interrupts = <69 0>;
279+ status = "disabled";
280+ };
281+
274282 usbhs: usbhs@144000 {
275283 compatible = "nxp,mcux-usbd";
276284 reg = <0x144000 0x1000>;
460468 input = <0>;
461469 prescale = <0>;
462470 };
471+
472+ mipi_dsi: mipi_dsi@31000 {
473+ compatible = "nxp,mipi-dsi-2l";
474+ #address-cells = <1>;
475+ #size-cells = <0>;
476+ reg = <0x31000 0x1000>;
477+ interrupts = <87 0>;
478+ clocks = <&clkctl1 MCUX_MIPI_DSI_DPHY_CLK>,
479+ <&clkctl1 MCUX_MIPI_DSI_ESC_CLK>,
480+ <&clkctl1 MCUX_LCDIF_PIXEL_CLK>;
481+ clock-names = "dphy", "esc", "pixel";
482+ status = "disabled";
483+ };
463484};
464485
465486&flexspi {
You can’t perform that action at this time.
0 commit comments