dts: arm: nxp: add DAC support for RT11xx
Add DAC support for RT11xx SOCs. Signed-off-by: Florijan Plohl <florijan.plohl@norik.com>
This commit is contained in:
parent
7692e3db3f
commit
f4d2757cef
3 changed files with 18 additions and 0 deletions
|
@ -88,6 +88,15 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
dac: dac@40064000 {
|
||||
compatible = "nxp,dac12";
|
||||
reg = <0x40064000 0x4000>;
|
||||
interrupts = <63 0>;
|
||||
voltage-reference = <2>;
|
||||
status = "disabled";
|
||||
#io-channel-cells = <1>;
|
||||
};
|
||||
|
||||
flexspi: spi@400cc000 {
|
||||
compatible = "nxp,imx-flexspi";
|
||||
reg = <0x400cc000 0x4000>;
|
||||
|
|
|
@ -62,6 +62,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
&dac {
|
||||
dmas = <&edma_lpsr0 0 189>;
|
||||
dma-names = "tx";
|
||||
};
|
||||
|
||||
&sai1 {
|
||||
dmas = <&edma_lpsr0 0 54>, <&edma_lpsr0 0 55>;
|
||||
dma-names = "rx", "tx";
|
||||
|
|
|
@ -94,6 +94,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&dac {
|
||||
dmas = <&edma0 0 189>;
|
||||
dma-names = "tx";
|
||||
};
|
||||
|
||||
&sai1 {
|
||||
dmas = <&edma0 0 54>, <&edma0 0 55>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue