qriox.txt 442 B

1234567891011121314151617
  1. KEYMILE qrio Board Control CPLD
  2. The qrio is a multifunction device that controls the KEYMILE boards based on
  3. the kmp204x design.
  4. It is consists of a reset controller, watchdog timer, LEDs, and 2 IRQ capable
  5. GPIO blocks.
  6. Required properties:
  7. - compatible: "keymile,qriox"
  8. - reg: access on the parent local bus (chip select, offset in chip select, size)
  9. Example:
  10. board-control@1,0 {
  11. compatible = "keymile,qriox";
  12. reg = <1 0 0x80>;
  13. };