Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
25 lines
668 B
Plaintext
25 lines
668 B
Plaintext
Loongson ls1x Interrupt Controller
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "loongson,ls1x-intc". Valid strings are:
|
|
|
|
- reg : Specifies base physical address and size of the registers.
|
|
- interrupt-controller : Identifies the node as an interrupt controller
|
|
- #interrupt-cells : Specifies the number of cells needed to encode an
|
|
interrupt source. The value shall be 2.
|
|
- interrupts : Specifies the CPU interrupt the controller is connected to.
|
|
|
|
Example:
|
|
|
|
intc: interrupt-controller@1fd01040 {
|
|
compatible = "loongson,ls1x-intc";
|
|
reg = <0x1fd01040 0x18>;
|
|
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
|
|
interrupt-parent = <&cpu_intc>;
|
|
interrupts = <2>;
|
|
};
|