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

ARM: dts: NSP: Add SP805 Support to DT

Add support for the ARM SP805 Watchdog 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
7c3fe8a1 a0efb0d2

+8
+8
arch/arm/boot/dts/bcm-nsp.dtsi
··· 233 233 clock-frequency = <100000>; 234 234 }; 235 235 236 + watchdog@39000 { 237 + compatible = "arm,sp805", "arm,primecell"; 238 + reg = <0x39000 0x1000>; 239 + interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>; 240 + clocks = <&iprocslow>, <&iprocslow>; 241 + clock-names = "wdogclk", "apb_pclk"; 242 + }; 243 + 236 244 lcpll0: lcpll0@3f100 { 237 245 #clock-cells = <1>; 238 246 compatible = "brcm,nsp-lcpll0";