aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/staging/iio/adc/mxs-lradc.txt
blob: 801d58cb6d4d39ba6bd02652ef6c8d9bde108399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* Freescale i.MX28 LRADC device driver

Required properties:
- compatible: Should be "fsl,imx28-lradc"
- reg: Address and length of the register set for the device
- interrupts: Should contain the LRADC interrupts

Examples:

	lradc@80050000 {
		compatible = "fsl,imx28-lradc";
		reg = <0x80050000 0x2000>;
		interrupts = <10 14 15 16 17 18 19
				20 21 22 23 24 25>;
	};