dts: nxp: k6x: add device tree node for DAC0 and DAC1
Add device tree nodes for the Digital-to-Analog (DAC) modules present in the NXP Kinetis K6x series. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
a0d88a61e9
commit
f66d2fdd83
1 changed files with 20 additions and 0 deletions
|
@ -437,6 +437,26 @@
|
|||
#io-channel-cells = <1>;
|
||||
};
|
||||
|
||||
dac0: dac@400cc000 {
|
||||
compatible = "nxp,kinetis-dac";
|
||||
reg = <0x400cc000 0x1000>;
|
||||
interrupts = <56 0>;
|
||||
voltage-reference = <1>;
|
||||
label = "DAC_0";
|
||||
status = "disabled";
|
||||
#io-channel-cells = <1>;
|
||||
};
|
||||
|
||||
dac1: dac@400cd000 {
|
||||
compatible = "nxp,kinetis-dac";
|
||||
reg = <0x400cd000 0x1000>;
|
||||
interrupts = <72 0>;
|
||||
voltage-reference = <1>;
|
||||
label = "DAC_1";
|
||||
status = "disabled";
|
||||
#io-channel-cells = <1>;
|
||||
};
|
||||
|
||||
usbotg: usbd@40072000 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x40072000 0x1000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue