hix5hd2-ir.txt 803 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. Optional properties:
  11. - linux,rc-map-name: see rc.txt file in the same directory.
  12. - hisilicon,power-syscon: DEPRECATED. Don't use this in new dts files.
  13. Provide correct clocks instead.
  14. Example node:
  15. ir: ir@f8001000 {
  16. compatible = "hisilicon,hix5hd2-ir";
  17. reg = <0xf8001000 0x1000>;
  18. interrupts = <0 47 4>;
  19. clocks = <&clock HIX5HD2_IR_CLOCK>;
  20. linux,rc-map-name = "rc-tivo";
  21. };