File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 9
9
#include <zephyr/dt-bindings/adc/adc.h>
10
10
#include <zephyr/dt-bindings/clock/mcux_lpc_syscon_clock.h>
11
11
#include <zephyr/dt-bindings/gpio/gpio.h>
12
+ #include <zephyr/dt-bindings/mipi_dsi/mipi_dsi.h>
12
13
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
13
14
#include <zephyr/dt-bindings/reset/nxp_syscon_reset_common.h>
14
15
1077
1078
prescaler = <8>;
1078
1079
#pwm-cells = <3>;
1079
1080
};
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
+ };
1080
1102
};
1081
1103
1082
1104
&systick {
You can’t perform that action at this time.
0 commit comments