intel-lpc.txt 579 B

1234567891011121314151617181920212223
  1. Intel LPC Device Binding
  2. ========================
  3. The device tree node which describes the operation of the Intel Low Pin
  4. Count device is as follows:
  5. Required properties :
  6. - compatible = "intel,lpc"
  7. - gen-dec : Specifies the values for the gen-dec registers. Up to four cell
  8. pairs can be provided - the first of each pair is the base address and
  9. the second is the size. These are written into the GENx_DEC registers of
  10. the LPC device
  11. Example
  12. -------
  13. lpc {
  14. compatible = "intel,lpc";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. gen-dec = <0x800 0xfc 0x900 0xfc>;
  18. };