xref: /linux/Documentation/devicetree/bindings/media/hix5hd2-ir.txt (revision 330d432bc3a73cd0db273add46b592f57312ea1f)
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
121a3920e8SGuoxiong YanOptional properties:
13*330d432bSSean Wang	- linux,rc-map-name: see rc.txt file in the same directory.
14414e72c7SRuqiang Ju	- hisilicon,power-syscon: DEPRECATED. Don't use this in new dts files.
15414e72c7SRuqiang Ju		Provide correct clocks instead.
161a3920e8SGuoxiong Yan
171a3920e8SGuoxiong YanExample node:
181a3920e8SGuoxiong Yan
191a3920e8SGuoxiong Yan	ir: ir@f8001000 {
201a3920e8SGuoxiong Yan		compatible = "hisilicon,hix5hd2-ir";
211a3920e8SGuoxiong Yan		reg = <0xf8001000 0x1000>;
221a3920e8SGuoxiong Yan		interrupts = <0 47 4>;
23414e72c7SRuqiang Ju		clocks = <&clock HIX5HD2_IR_CLOCK>;
241a3920e8SGuoxiong Yan		linux,rc-map-name = "rc-tivo";
251a3920e8SGuoxiong Yan	};
26