Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 196654ae authored by Vishnu Patekar's avatar Vishnu Patekar Committed by Maxime Ripard
Browse files

ARM: sunxi: dts: Add PS2 nodes to dtsi for A10,A20

parent 4ec45cd3
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -911,5 +911,21 @@
			#address-cells = <1>;
			#size-cells = <0>;
		};

		ps20: ps2@01c2a000 {
			compatible = "allwinner,sun4i-a10-ps2";
			reg = <0x01c2a000 0x400>;
			interrupts = <62>;
			clocks = <&apb1_gates 6>;
			status = "disabled";
		};

		ps21: ps2@01c2a400 {
			compatible = "allwinner,sun4i-a10-ps2";
			reg = <0x01c2a400 0x400>;
			interrupts = <63>;
			clocks = <&apb1_gates 7>;
			status = "disabled";
		};
	};
};
+16 −0
Original line number Diff line number Diff line
@@ -1176,5 +1176,21 @@
			#interrupt-cells = <3>;
			interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
		};

		ps20: ps2@01c2a000 {
			compatible = "allwinner,sun4i-a10-ps2";
			reg = <0x01c2a000 0x400>;
			interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&apb1_gates 6>;
			status = "disabled";
		};

		ps21: ps2@01c2a400 {
			compatible = "allwinner,sun4i-a10-ps2";
			reg = <0x01c2a400 0x400>;
			interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&apb1_gates 7>;
			status = "disabled";
		};
	};
};