1*c66ec88fSEmmanuel VadotVIA/Wondermedia VT8500 Interrupt Controller 2*c66ec88fSEmmanuel Vadot----------------------------------------------------- 3*c66ec88fSEmmanuel Vadot 4*c66ec88fSEmmanuel VadotRequired properties: 5*c66ec88fSEmmanuel Vadot- compatible : "via,vt8500-intc" 6*c66ec88fSEmmanuel Vadot- reg : Should contain 1 register ranges(address and length) 7*c66ec88fSEmmanuel Vadot- #interrupt-cells : should be <1> 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel VadotExample: 10*c66ec88fSEmmanuel Vadot 11*c66ec88fSEmmanuel Vadot intc: interrupt-controller@d8140000 { 12*c66ec88fSEmmanuel Vadot compatible = "via,vt8500-intc"; 13*c66ec88fSEmmanuel Vadot interrupt-controller; 14*c66ec88fSEmmanuel Vadot reg = <0xd8140000 0x10000>; 15*c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 16*c66ec88fSEmmanuel Vadot }; 17