dts: nxp: ke1xf: add device tree node for DAC
Add device tree node for the Digital-to-Analog (DAC32) module present in the NXP Kinetis KE1xF series. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
20b565a9f3
commit
44144a2efe
1 changed files with 12 additions and 0 deletions
|
@ -135,6 +135,18 @@
|
||||||
label = "RTC_0";
|
label = "RTC_0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dac0: dac@4003f000 {
|
||||||
|
compatible = "nxp,kinetis-dac32";
|
||||||
|
reg = <0x4003f000 0x1000>;
|
||||||
|
interrupts = <56 0>;
|
||||||
|
clocks = <&scg KINETIS_SCG_BUS_CLK>;
|
||||||
|
voltage-reference = <1>;
|
||||||
|
buffered;
|
||||||
|
label = "DAC_0";
|
||||||
|
status = "disabled";
|
||||||
|
#io-channel-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
lptmr0: lptmr@40040000 {
|
lptmr0: lptmr@40040000 {
|
||||||
compatible = "nxp,kinetis-lptmr";
|
compatible = "nxp,kinetis-lptmr";
|
||||||
reg = <0x40040000 0x1000>;
|
reg = <0x40040000 0x1000>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue