aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Mason <jonmason@broadcom.com>2016-02-06 12:53:39 -0500
committerFlorian Fainelli <f.fainelli@gmail.com>2016-02-12 18:52:44 -0500
commita0efb0d28b77e481704b67a419d36a789e16beaa (patch)
tree04296f35ab00aa4353790c14352ee67f203e9cc3
parent9d57f60c219832dc74954c7479675e07abb86f9a (diff)
ARM: dts: NSP: Add SP804 Support to DT
Add support for the ARM SP804 timer to the Northstar Plus device tree. Signed-off-by: Jon Mason <jonmason@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r--arch/arm/boot/dts/bcm-nsp.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index a984bafee208..bed67017f9d0 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -206,6 +206,24 @@
206 brcm,nand-has-wp; 206 brcm,nand-has-wp;
207 }; 207 };
208 208
209 ccbtimer0: timer@34000 {
210 compatible = "arm,sp804";
211 reg = <0x34000 0x1000>;
212 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>,
213 <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
214 clocks = <&iprocslow>;
215 clock-names = "apb_pclk";
216 };
217
218 ccbtimer1: timer@35000 {
219 compatible = "arm,sp804";
220 reg = <0x35000 0x1000>;
221 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
222 <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
223 clocks = <&iprocslow>;
224 clock-names = "apb_pclk";
225 };
226
209 i2c0: i2c@38000 { 227 i2c0: i2c@38000 {
210 compatible = "brcm,iproc-i2c"; 228 compatible = "brcm,iproc-i2c";
211 reg = <0x38000 0x50>; 229 reg = <0x38000 0x50>;