dts: Add standard alias for watchdog
Introduce a standard watchdog alias 'watchdog0' that can be utilized by sample/test code in the future. This helps remove the need for CONFIG_WDT_0_NAME in dts_fixup.h files. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
31f525fafc
commit
dc2cb92c4a
12 changed files with 32 additions and 5 deletions
|
@ -7,6 +7,11 @@
|
|||
#include <dt-bindings/i2c/i2c.h>
|
||||
|
||||
/ {
|
||||
|
||||
aliases {
|
||||
watchdog0 = &wdog;
|
||||
};
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue