Skip to content

Commit dbedc1a

Browse files
committed
dts: nxp: Enable dac for nxp rt118x
Enable dac for nxp rt118x Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 9aecdd4 commit dbedc1a

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
@@ -403,6 +403,15 @@
403403
clocks = <&ccm IMX_CCM_LPADC2_CLK 0 0>;
404404
};
405405

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

0 commit comments

Comments
 (0)