m68k: dts: add watchdog node

Add watchdog node for the implemented mcf_wdt driver.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
---
Changes for v2:
- remove unnecessary big-endian property
Changes for v3:
- none
This commit is contained in:
Angelo Dureghello 2023-06-24 23:38:55 +02:00
parent dc3a89b8c6
commit 67d39af665
8 changed files with 47 additions and 0 deletions

View file

@ -15,6 +15,11 @@
};
};
&wdog0 {
timeout-sec = <32>;
status = "okay";
};
&uart0 {
bootph-all;
status = "okay";

View file

@ -16,6 +16,12 @@
#address-cells = <1>;
#size-cells = <1>;
wdog0: watchdog@fc08c000 {
compatible = "fsl,mcf5208-wdt";
reg = <0xfc08c000 0x10>;
status = "disabled";
};
uart0: uart@fc060000 {
compatible = "fsl,mcf-uart";
reg = <0xfc060000 0x40>;

View file

@ -23,6 +23,12 @@
ranges = <0x00000000 0x40000000 0x40000000>;
reg = <0x40000000 0x40000000>;
wdog0: watchdog@140000 {
compatible = "fsl,mcf5208-wdt";
reg = <0x140000 0x10>;
status = "disabled";
};
uart0: uart@200 {
compatible = "fsl,mcf-uart";
reg = <0x200 0x40>;

View file

@ -23,6 +23,12 @@
ranges = <0x00000000 0x40000000 0x40000000>;
reg = <0x40000000 0x40000000>;
wdog0: watchdog@140000 {
compatible = "fsl,mcf5208-wdt";
reg = <0x140000 0x10>;
status = "disabled";
};
uart0: uart@200 {
compatible = "fsl,mcf-uart";
reg = <0x200 0x40>;

View file

@ -24,6 +24,12 @@
ranges = <0x00000000 0x40000000 0x40000000>;
reg = <0x40000000 0x40000000>;
wdog0: watchdog@140000 {
compatible = "fsl,mcf5208-wdt";
reg = <0x140000 0x10>;
status = "disabled";
};
uart0: uart@200 {
compatible = "fsl,mcf-uart";
reg = <0x200 0x40>;

View file

@ -23,6 +23,12 @@
ranges = <0x00000000 0x40000000 0x40000000>;
reg = <0x40000000 0x40000000>;
wdog0: watchdog@140000 {
compatible = "fsl,mcf5282-wdt";
reg = <0x140000 0x10>;
status = "disabled";
};
uart0: uart@200 {
compatible = "fsl,mcf-uart";
reg = <0x200 0x40>;

View file

@ -16,6 +16,12 @@
#address-cells = <1>;
#size-cells = <1>;
wdog0: watchdog@fc098000 {
compatible = "fsl,mcf5208-wdt";
reg = <0xfc08c000 0x10>;
status = "disabled";
};
uart0: uart@fc060000 {
compatible = "fsl,mcf-uart";
reg = <0xfc060000 0x40>;

View file

@ -16,6 +16,12 @@
#address-cells = <1>;
#size-cells = <1>;
wdog0: watchdog@fc098000 {
compatible = "fsl,mcf5208-wdt";
reg = <0xfc08c000 0x10>;
status = "disabled";
};
uart0: uart@fc060000 {
compatible = "fsl,mcf-uart";
reg = <0xfc060000 0x40>;