Skip to content

Commit

Permalink
mips: dts: bcm63268: add TWD block timer
Browse files Browse the repository at this point in the history
BCM63268 TWD contains block with 3 timers. Add binding for it.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  • Loading branch information
Rafał Miłecki authored and intel-lab-lkp committed Nov 3, 2022
1 parent c2741cb commit 29b6403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/mips/boot/dts/brcm/bcm63268.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@
reg = <0x10000080 0x30>;
ranges = <0x0 0x10000080 0x30>;

timer@0 {
compatible = "brcm,bcm6345-timer";
reg = <0x0 0x1c>;
}

wdt: watchdog@1c {
compatible = "brcm,bcm7038-wdt";
reg = <0x1c 0xc>;
Expand Down

0 comments on commit 29b6403

Please sign in to comment.