hix5hd2-ir.txt 792 B

12345678910111213141516171819202122232425
  1. Device-Tree bindings for hix5hd2 ir IP
  2. Required properties:
  3. - compatible: Should contain "hisilicon,hix5hd2-ir".
  4. - reg: Base physical address of the controller and length of memory
  5. mapped region.
  6. - interrupts: interrupt-specifier for the sole interrupt generated by
  7. the device. The interrupt specifier format depends on the interrupt
  8. controller parent.
  9. - clocks: clock phandle and specifier pair.
  10. - hisilicon,power-syscon: phandle of syscon used to control power.
  11. Optional properties:
  12. - linux,rc-map-name : Remote control map name.
  13. Example node:
  14. ir: ir@f8001000 {
  15. compatible = "hisilicon,hix5hd2-ir";
  16. reg = <0xf8001000 0x1000>;
  17. interrupts = <0 47 4>;
  18. clocks = <&clock HIX5HD2_FIXED_24M>;
  19. hisilicon,power-syscon = <&sysctrl>;
  20. linux,rc-map-name = "rc-tivo";
  21. };