summaryrefslogtreecommitdiffstats
path: root/doc/device-tree-bindings/misc/intel-lpc.txt
blob: 7e1b3892378f589d4068de6666a0b95a539ff4e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Intel LPC Device Binding
========================

The device tree node which describes the operation of the Intel Low Pin
Count device is as follows:

Required properties :
- compatible = "intel,lpc"
- gen-dec : Specifies the values for the gen-dec registers. Up to four cell
   pairs can be provided - the first of each pair is the base address and
   the second is the size. These are written into the GENx_DEC registers of
   the LPC device


Example
-------

lpc {
	compatible = "intel,lpc";
	#address-cells = <1>;
	#size-cells = <1>;
	gen-dec = <0x800 0xfc 0x900 0xfc>;
};
OpenPOWER on IntegriCloud