Skip to content

Commit

Permalink
soc: nxp: rt11xx: Enable FlexIO
Browse files Browse the repository at this point in the history
Zephyr already has various FlexIO drivers but imxrt11xx didn't enable
the base flexio peripheral.

Signed-off-by: Peter van der Perk <peter.vanderperk@nxp.com>
  • Loading branch information
PetervdPerk-NXP authored and carlescufi committed Aug 29, 2024
1 parent 44f7928 commit c09b3bc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dts/arm/nxp/nxp_rt11xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,22 @@
};
};

flexio1: flexio@400ac000 {
compatible = "nxp,flexio";
reg = <0x400ac000 0x4000>;
interrupts = <110 0>;
clocks = <&ccm IMX_CCM_FLEXIO1_CLK 0 0>;
status = "disabled";
};

flexio2: flexio@400b0000 {
compatible = "nxp,flexio";
reg = <0x400b0000 0x4000>;
interrupts = <111 0>;
clocks = <&ccm IMX_CCM_FLEXIO2_CLK 0 0>;
status = "disabled";
};

enet: ethernet@40424000 {
compatible = "nxp,enet";
reg = <0x40424000 0x628>;
Expand Down

0 comments on commit c09b3bc

Please sign in to comment.