summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2019-04-02 10:57:26 +0200
committerEugen Hristev <[email protected]>2019-04-09 09:28:50 +0300
commitd4c8873f93e87e20b82034121ea7e75ba210d2d9 (patch)
tree0deca50b72263d25aa9e4ee8de898fc16a3dbe9c
parentfc89afba11ab5f4e80bec5848c4f47852aa7c97b (diff)
arm: at91: at91sam9x5.dtsi: Add watchdog handle
This makes it possible to reference the watchdog DT node via "&watchdog" from board dts files. Signed-off-by: Stefan Roese <[email protected]> Cc: Heiko Schocher <[email protected]> Cc: Andreas Bießmann <[email protected]> Cc: Eugen Hristev <[email protected]> Reviewed-by: Heiko Schocher <[email protected]>
-rw-r--r--arch/arm/dts/at91sam9x5.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/at91sam9x5.dtsi b/arch/arm/dts/at91sam9x5.dtsi
index ea319cc18b2..bd4abe00d6f 100644
--- a/arch/arm/dts/at91sam9x5.dtsi
+++ b/arch/arm/dts/at91sam9x5.dtsi
@@ -1180,7 +1180,7 @@
};
};
- watchdog@fffffe40 {
+ watchdog: watchdog@fffffe40 {
compatible = "atmel,at91sam9260-wdt";
reg = <0xfffffe40 0x10>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;