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:
Maureen Helm 2017-07-11 20:49:08 -05:00 committed by Kumar Gala
commit 7bf0df3aec
18 changed files with 182 additions and 4 deletions

View file

@ -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";
};
};
};