11a3920e8SGuoxiong YanDevice-Tree bindings for hix5hd2 ir IP
21a3920e8SGuoxiong Yan
31a3920e8SGuoxiong YanRequired properties:
41a3920e8SGuoxiong Yan	- compatible: Should contain "hisilicon,hix5hd2-ir".
51a3920e8SGuoxiong Yan	- reg: Base physical address of the controller and length of memory
61a3920e8SGuoxiong Yan	  mapped region.
71a3920e8SGuoxiong Yan	- interrupts: interrupt-specifier for the sole interrupt generated by
81a3920e8SGuoxiong Yan	  the device. The interrupt specifier format depends on the interrupt
91a3920e8SGuoxiong Yan	  controller parent.
101a3920e8SGuoxiong Yan	- clocks: clock phandle and specifier pair.
111a3920e8SGuoxiong Yan	- hisilicon,power-syscon: phandle of syscon used to control power.
121a3920e8SGuoxiong Yan
131a3920e8SGuoxiong YanOptional properties:
141a3920e8SGuoxiong Yan	- linux,rc-map-name : Remote control map name.
151a3920e8SGuoxiong Yan
161a3920e8SGuoxiong YanExample node:
171a3920e8SGuoxiong Yan
181a3920e8SGuoxiong Yan	ir: ir@f8001000 {
191a3920e8SGuoxiong Yan		compatible = "hisilicon,hix5hd2-ir";
201a3920e8SGuoxiong Yan		reg = <0xf8001000 0x1000>;
211a3920e8SGuoxiong Yan		interrupts = <0 47 4>;
221a3920e8SGuoxiong Yan		clocks = <&clock HIX5HD2_FIXED_24M>;
231a3920e8SGuoxiong Yan		hisilicon,power-syscon = <&sysctrl>;
241a3920e8SGuoxiong Yan		linux,rc-map-name = "rc-tivo";
251a3920e8SGuoxiong Yan	};
26