mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
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:
parent
dc3a89b8c6
commit
67d39af665
8 changed files with 47 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
&wdog0 {
|
||||
timeout-sec = <32>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
|
|
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue