Skip to content

Commit dba4adb

Browse files
committed
dts: nxp: Add dma properties for lpadc node
Add dmas properties for lpadc node in nxp_mcxn23x_common.dtsi Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent a8677f5 commit dba4adb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dts/arm/nxp/nxp_mcxn23x_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,8 @@
755755
#io-channel-cells = <1>;
756756
clocks = <&syscon MCUX_LPADC1_CLK>;
757757
nxp,references = <&vref 1800>;
758+
dmas = <&edma0 0 21>;
759+
dma-names = "fifoa";
758760
};
759761

760762
temp0: temp0 {
@@ -776,6 +778,8 @@
776778
offset-value-b = <0>;
777779
#io-channel-cells = <1>;
778780
clocks = <&syscon MCUX_LPADC2_CLK>;
781+
dmas = <&edma0 1 23>;
782+
dma-names = "fifoa";
779783
};
780784

781785
usb1: usbd@10b000 {

0 commit comments

Comments
 (0)