Back to home page

OSCL-LXR

 
 

    


0001 Device-Tree bindings for hix5hd2 ir IP
0002 
0003 Required properties:
0004         - compatible: Should contain "hisilicon,hix5hd2-ir", or:
0005                 - "hisilicon,hi3796cv300-ir" for Hi3796CV300 IR device.
0006         - reg: Base physical address of the controller and length of memory
0007           mapped region.
0008         - interrupts: interrupt-specifier for the sole interrupt generated by
0009           the device. The interrupt specifier format depends on the interrupt
0010           controller parent.
0011         - clocks: clock phandle and specifier pair.
0012 
0013 Optional properties:
0014         - linux,rc-map-name: see rc.txt file in the same directory.
0015         - hisilicon,power-syscon: DEPRECATED. Don't use this in new dts files.
0016                 Provide correct clocks instead.
0017 
0018 Example node:
0019 
0020         ir: ir@f8001000 {
0021                 compatible = "hisilicon,hix5hd2-ir";
0022                 reg = <0xf8001000 0x1000>;
0023                 interrupts = <0 47 4>;
0024                 clocks = <&clock HIX5HD2_IR_CLOCK>;
0025                 linux,rc-map-name = "rc-tivo";
0026         };