aspeed,ast2400-ibt-bmc.txt 648 B

12345678910111213141516171819202122232425
  1. * Aspeed BT (Block Transfer) IPMI interface
  2. The Aspeed SOCs (AST2400 and AST2500) are commonly used as BMCs
  3. (BaseBoard Management Controllers) and the BT interface can be used to
  4. perform in-band IPMI communication with their host.
  5. Required properties:
  6. - compatible : should be one of
  7. "aspeed,ast2400-ibt-bmc"
  8. "aspeed,ast2500-ibt-bmc"
  9. - reg: physical address and size of the registers
  10. Optional properties:
  11. - interrupts: interrupt generated by the BT interface. without an
  12. interrupt, the driver will operate in poll mode.
  13. Example:
  14. ibt@1e789140 {
  15. compatible = "aspeed,ast2400-ibt-bmc";
  16. reg = <0x1e789140 0x18>;
  17. interrupts = <8>;
  18. };