Skip to content

Commit 5364c11

Browse files
danieldegrassecarlescufi
authored andcommitted
dts: arm: nxp_rt5xx: add MIPI and LCDIF nodes
Add MIPI and LCDIF node definitions, including clock devices for the MIPI controller. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 7daba22 commit 5364c11

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

dts/arm/nxp/nxp_rt5xx_common.dtsi

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, NXP
2+
* Copyright 2022-2023, NXP
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -9,6 +9,7 @@
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 {
@@ -271,6 +272,13 @@
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>;
@@ -460,6 +468,19 @@
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 {

0 commit comments

Comments
 (0)