Skip to content

Commit 009269f

Browse files
NeilChen93henrikbrixandersen
authored andcommitted
dts: arm/nxp: Add flexio nodes to NXP MCXA156 dtsi file
Add flexio nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent 1838abb commit 009269f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/nxp/nxp_mcxa156.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,18 @@
245245
status = "disabled";
246246
};
247247

248+
flexio0: flexio@40099000 {
249+
compatible = "nxp,flexio";
250+
reg = <0x40099000 0x1000>;
251+
status = "disabled";
252+
interrupts = <23 0>;
253+
clocks = <&syscon MCUX_FLEXIO0_CLK>;
254+
flexio0_lcd: flexio0-lcd {
255+
compatible = "nxp,mipi-dbi-flexio-lcdif";
256+
status = "disabled";
257+
};
258+
};
259+
248260
flexpwm0: flexpwm@400a9000 {
249261
compatible = "nxp,flexpwm";
250262
reg = <0x400a9000 0x1000>;

0 commit comments

Comments
 (0)