Skip to content

Commit 2d37c3d

Browse files
NeilChen93kartben
authored andcommitted
dts: arm/nxp: Add dac nodes to NXP MCXA156 dtsi file
Add dac nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent d1c2452 commit 2d37c3d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/nxp/nxp_mcxa156.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@
150150
write-block-size = <128>;
151151
};
152152
};
153+
154+
dac0: dac@400b4000 {
155+
compatible = "nxp,lpdac";
156+
reg = <0x400b4000 0x1000>;
157+
interrupts = <67 0>;
158+
status = "disabled";
159+
voltage-reference = <0>;
160+
#io-channel-cells = <1>;
161+
};
153162
};
154163
};
155164

0 commit comments

Comments
 (0)