dts: Generate Kinetis adc settings from device tree
Adds common and Kinetis-specific adc device tree properties, and updates all Kinetis SoC and board dts files to include adc nodes. Jira: ZEP-1396 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
a8b1b7f118
commit
7bf0df3aec
18 changed files with 182 additions and 4 deletions
|
@ -273,6 +273,22 @@
|
|||
clock-source = <0>;
|
||||
/* channel information needed - fixme */
|
||||
};
|
||||
|
||||
adc0: adc@4003b000{
|
||||
compatible = "nxp,kinetis-adc16";
|
||||
reg = <0x4003b000 0x70>;
|
||||
interrupts = <39 0>;
|
||||
label = "ADC_0";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
adc1: adc@400bb000{
|
||||
compatible = "nxp,kinetis-adc16";
|
||||
reg = <0x400bb000 0x70>;
|
||||
interrupts = <73 0>;
|
||||
label = "ADC_1";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue