Skip to content

Commit 4c042a9

Browse files
committed
dts: nxp: Enable dac for nxp rt118x
Enable dac for nxp rt118x Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 3ae962f commit 4c042a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/nxp/nxp_rt118x.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,15 @@
402402
clocks = <&ccm IMX_CCM_LPADC2_CLK 0 0>;
403403
};
404404

405+
dac: dac@42e20000 {
406+
compatible = "nxp,dac12";
407+
reg = <0x42e20000 0x1000>;
408+
interrupts = <193 0>;
409+
voltage-reference = <2>;
410+
status = "disabled";
411+
#io-channel-cells = <1>;
412+
};
413+
405414
qtmr1: qtmr@2690000 {
406415
compatible = "nxp,imx-qtmr";
407416
reg = <0x2690000 0x4000>;

0 commit comments

Comments
 (0)