Skip to content

Commit 560b8ba

Browse files
KATE-WANG-NXPkartben
authored andcommitted
dts: arm: nxp: update RT7xx dts files for LCDIF and MIPI-DSI
Add configuration for LCDIF and MIPI-DSI. Signed-off-by: Kate Wang <[email protected]>
1 parent 587042d commit 560b8ba

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dts/arm/nxp/nxp_rt7xx_cm33_cpu0.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <zephyr/dt-bindings/adc/adc.h>
1010
#include <zephyr/dt-bindings/clock/mcux_lpc_syscon_clock.h>
1111
#include <zephyr/dt-bindings/gpio/gpio.h>
12+
#include <zephyr/dt-bindings/mipi_dsi/mipi_dsi.h>
1213
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
1314
#include <zephyr/dt-bindings/reset/nxp_syscon_reset_common.h>
1415

@@ -1077,6 +1078,27 @@
10771078
prescaler = <8>;
10781079
#pwm-cells = <3>;
10791080
};
1081+
1082+
lcdif: lcdif@480000 {
1083+
compatible = "nxp,mipi-dbi-dcnano-lcdif";
1084+
reg = <0x480000 0x1000>;
1085+
interrupts = <56 0>;
1086+
status = "disabled";
1087+
};
1088+
1089+
mipi_dsi: mipi_dsi@417000 {
1090+
compatible = "nxp,mipi-dsi-2l";
1091+
#address-cells = <1>;
1092+
#size-cells = <0>;
1093+
reg = <0x417000 0x1000>;
1094+
interrupts = <58 0>;
1095+
clocks = <&clkctl4 MCUX_MIPI_DSI_DPHY_CLK>,
1096+
<&clkctl4 MCUX_MIPI_DSI_ESC_CLK>,
1097+
<&clkctl4 MCUX_LCDIF_PIXEL_CLK>;
1098+
clock-names = "dphy", "esc", "pixel";
1099+
ulps-control;
1100+
status = "disabled";
1101+
};
10801102
};
10811103

10821104
&systick {

0 commit comments

Comments
 (0)