Skip to content

Commit

Permalink
dts: arm/nxp: Add flexio nodes to NXP MCXA156 dtsi file
Browse files Browse the repository at this point in the history
Add flexio nodes to NXP MCXA156 dtsi file

Signed-off-by: Neil Chen <[email protected]>
  • Loading branch information
NeilChen93 authored and henrikbrixandersen committed Jan 8, 2025
1 parent 1838abb commit 009269f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dts/arm/nxp/nxp_mcxa156.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,18 @@
status = "disabled";
};

flexio0: flexio@40099000 {
compatible = "nxp,flexio";
reg = <0x40099000 0x1000>;
status = "disabled";
interrupts = <23 0>;
clocks = <&syscon MCUX_FLEXIO0_CLK>;
flexio0_lcd: flexio0-lcd {
compatible = "nxp,mipi-dbi-flexio-lcdif";
status = "disabled";
};
};

flexpwm0: flexpwm@400a9000 {
compatible = "nxp,flexpwm";
reg = <0x400a9000 0x1000>;
Expand Down

0 comments on commit 009269f

Please sign in to comment.