18c2ecf20Sopenharmony_ciDevice-Tree bindings for hix5hd2 ir IP
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci	- compatible: Should contain "hisilicon,hix5hd2-ir", or:
58c2ecf20Sopenharmony_ci		- "hisilicon,hi3796cv300-ir" for Hi3796CV300 IR device.
68c2ecf20Sopenharmony_ci	- reg: Base physical address of the controller and length of memory
78c2ecf20Sopenharmony_ci	  mapped region.
88c2ecf20Sopenharmony_ci	- interrupts: interrupt-specifier for the sole interrupt generated by
98c2ecf20Sopenharmony_ci	  the device. The interrupt specifier format depends on the interrupt
108c2ecf20Sopenharmony_ci	  controller parent.
118c2ecf20Sopenharmony_ci	- clocks: clock phandle and specifier pair.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciOptional properties:
148c2ecf20Sopenharmony_ci	- linux,rc-map-name: see rc.txt file in the same directory.
158c2ecf20Sopenharmony_ci	- hisilicon,power-syscon: DEPRECATED. Don't use this in new dts files.
168c2ecf20Sopenharmony_ci		Provide correct clocks instead.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciExample node:
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci	ir: ir@f8001000 {
218c2ecf20Sopenharmony_ci		compatible = "hisilicon,hix5hd2-ir";
228c2ecf20Sopenharmony_ci		reg = <0xf8001000 0x1000>;
238c2ecf20Sopenharmony_ci		interrupts = <0 47 4>;
248c2ecf20Sopenharmony_ci		clocks = <&clock HIX5HD2_IR_CLOCK>;
258c2ecf20Sopenharmony_ci		linux,rc-map-name = "rc-tivo";
268c2ecf20Sopenharmony_ci	};
27