Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jon Mason and committed by
Florian Fainelli
a0efb0d2 9d57f60c

+18
+18
arch/arm/boot/dts/bcm-nsp.dtsi
··· 206 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 227 i2c0: i2c@38000 { 210 228 compatible = "brcm,iproc-i2c"; 211 229 reg = <0x38000 0x50>;