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 1
1
/*
2
- * Copyright 2022, NXP
2
+ * Copyright 2022-2023 , NXP
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
9
9
#include <zephyr/dt-bindings/clock/mcux_lpc_syscon_clock.h>
10
10
#include <zephyr/dt-bindings/gpio/gpio.h>
11
11
#include <zephyr/dt-bindings/i2c/i2c.h>
12
+ #include <zephyr/dt-bindings/mipi_dsi/mipi_dsi.h>
12
13
13
14
/ {
14
15
chosen {
271
272
status = "disabled";
272
273
};
273
274
275
+ lcdif: lcdif@210000 {
276
+ compatible = "nxp,dcnano-lcdif";
277
+ reg = <0x210000 0x1000>;
278
+ interrupts = <69 0>;
279
+ status = "disabled";
280
+ };
281
+
274
282
usbhs: usbhs@144000 {
275
283
compatible = "nxp,mcux-usbd";
276
284
reg = <0x144000 0x1000>;
460
468
input = <0>;
461
469
prescale = <0>;
462
470
};
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
+ };
463
484
};
464
485
465
486
&flexspi {
You can’t perform that action at this time.
0 commit comments