aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorVishnu Patekar <vishnupatekar0510@gmail.com>2015-01-25 08:40:08 -0500
committerMaxime Ripard <maxime.ripard@free-electrons.com>2015-01-25 11:08:07 -0500
commit196654aea31012f250289407a6672ad3f7232086 (patch)
tree397aa06e4b6990e05c69159d54b6357310cef817 /arch
parent4ec45cd3fc239fc93649ac34bd9463d8cdc26d84 (diff)
ARM: sunxi: dts: Add PS2 nodes to dtsi for A10,A20
Signed-off-by: VishnuPatekar <vishnupatekar0510@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/sun4i-a10.dtsi16
-rw-r--r--arch/arm/boot/dts/sun7i-a20.dtsi16
2 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
index 234e4de39fb5..54aeb68099c2 100644
--- a/arch/arm/boot/dts/sun4i-a10.dtsi
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
@@ -911,5 +911,21 @@
911 #address-cells = <1>; 911 #address-cells = <1>;
912 #size-cells = <0>; 912 #size-cells = <0>;
913 }; 913 };
914
915 ps20: ps2@01c2a000 {
916 compatible = "allwinner,sun4i-a10-ps2";
917 reg = <0x01c2a000 0x400>;
918 interrupts = <62>;
919 clocks = <&apb1_gates 6>;
920 status = "disabled";
921 };
922
923 ps21: ps2@01c2a400 {
924 compatible = "allwinner,sun4i-a10-ps2";
925 reg = <0x01c2a400 0x400>;
926 interrupts = <63>;
927 clocks = <&apb1_gates 7>;
928 status = "disabled";
929 };
914 }; 930 };
915}; 931};
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 270cdddd054c..a7c643151156 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -1176,5 +1176,21 @@
1176 #interrupt-cells = <3>; 1176 #interrupt-cells = <3>;
1177 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; 1177 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
1178 }; 1178 };
1179
1180 ps20: ps2@01c2a000 {
1181 compatible = "allwinner,sun4i-a10-ps2";
1182 reg = <0x01c2a000 0x400>;
1183 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
1184 clocks = <&apb1_gates 6>;
1185 status = "disabled";
1186 };
1187
1188 ps21: ps2@01c2a400 {
1189 compatible = "allwinner,sun4i-a10-ps2";
1190 reg = <0x01c2a400 0x400>;
1191 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
1192 clocks = <&apb1_gates 7>;
1193 status = "disabled";
1194 };
1179 }; 1195 };
1180}; 1196};