mirror of
https://xff.cz/git/u-boot/
synced 2025-10-29 09:33:46 +01: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:
@@ -15,6 +15,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wdog0 {
|
||||||
|
timeout-sec = <32>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
bootph-all;
|
bootph-all;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|||||||
@@ -16,6 +16,12 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
wdog0: watchdog@fc08c000 {
|
||||||
|
compatible = "fsl,mcf5208-wdt";
|
||||||
|
reg = <0xfc08c000 0x10>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
uart0: uart@fc060000 {
|
uart0: uart@fc060000 {
|
||||||
compatible = "fsl,mcf-uart";
|
compatible = "fsl,mcf-uart";
|
||||||
reg = <0xfc060000 0x40>;
|
reg = <0xfc060000 0x40>;
|
||||||
|
|||||||
@@ -23,6 +23,12 @@
|
|||||||
ranges = <0x00000000 0x40000000 0x40000000>;
|
ranges = <0x00000000 0x40000000 0x40000000>;
|
||||||
reg = <0x40000000 0x40000000>;
|
reg = <0x40000000 0x40000000>;
|
||||||
|
|
||||||
|
wdog0: watchdog@140000 {
|
||||||
|
compatible = "fsl,mcf5208-wdt";
|
||||||
|
reg = <0x140000 0x10>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
uart0: uart@200 {
|
uart0: uart@200 {
|
||||||
compatible = "fsl,mcf-uart";
|
compatible = "fsl,mcf-uart";
|
||||||
reg = <0x200 0x40>;
|
reg = <0x200 0x40>;
|
||||||
|
|||||||
@@ -23,6 +23,12 @@
|
|||||||
ranges = <0x00000000 0x40000000 0x40000000>;
|
ranges = <0x00000000 0x40000000 0x40000000>;
|
||||||
reg = <0x40000000 0x40000000>;
|
reg = <0x40000000 0x40000000>;
|
||||||
|
|
||||||
|
wdog0: watchdog@140000 {
|
||||||
|
compatible = "fsl,mcf5208-wdt";
|
||||||
|
reg = <0x140000 0x10>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
uart0: uart@200 {
|
uart0: uart@200 {
|
||||||
compatible = "fsl,mcf-uart";
|
compatible = "fsl,mcf-uart";
|
||||||
reg = <0x200 0x40>;
|
reg = <0x200 0x40>;
|
||||||
|
|||||||
@@ -24,6 +24,12 @@
|
|||||||
ranges = <0x00000000 0x40000000 0x40000000>;
|
ranges = <0x00000000 0x40000000 0x40000000>;
|
||||||
reg = <0x40000000 0x40000000>;
|
reg = <0x40000000 0x40000000>;
|
||||||
|
|
||||||
|
wdog0: watchdog@140000 {
|
||||||
|
compatible = "fsl,mcf5208-wdt";
|
||||||
|
reg = <0x140000 0x10>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
uart0: uart@200 {
|
uart0: uart@200 {
|
||||||
compatible = "fsl,mcf-uart";
|
compatible = "fsl,mcf-uart";
|
||||||
reg = <0x200 0x40>;
|
reg = <0x200 0x40>;
|
||||||
|
|||||||
@@ -23,6 +23,12 @@
|
|||||||
ranges = <0x00000000 0x40000000 0x40000000>;
|
ranges = <0x00000000 0x40000000 0x40000000>;
|
||||||
reg = <0x40000000 0x40000000>;
|
reg = <0x40000000 0x40000000>;
|
||||||
|
|
||||||
|
wdog0: watchdog@140000 {
|
||||||
|
compatible = "fsl,mcf5282-wdt";
|
||||||
|
reg = <0x140000 0x10>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
uart0: uart@200 {
|
uart0: uart@200 {
|
||||||
compatible = "fsl,mcf-uart";
|
compatible = "fsl,mcf-uart";
|
||||||
reg = <0x200 0x40>;
|
reg = <0x200 0x40>;
|
||||||
|
|||||||
@@ -16,6 +16,12 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
wdog0: watchdog@fc098000 {
|
||||||
|
compatible = "fsl,mcf5208-wdt";
|
||||||
|
reg = <0xfc08c000 0x10>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
uart0: uart@fc060000 {
|
uart0: uart@fc060000 {
|
||||||
compatible = "fsl,mcf-uart";
|
compatible = "fsl,mcf-uart";
|
||||||
reg = <0xfc060000 0x40>;
|
reg = <0xfc060000 0x40>;
|
||||||
|
|||||||
@@ -16,6 +16,12 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
wdog0: watchdog@fc098000 {
|
||||||
|
compatible = "fsl,mcf5208-wdt";
|
||||||
|
reg = <0xfc08c000 0x10>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
uart0: uart@fc060000 {
|
uart0: uart@fc060000 {
|
||||||
compatible = "fsl,mcf-uart";
|
compatible = "fsl,mcf-uart";
|
||||||
reg = <0xfc060000 0x40>;
|
reg = <0xfc060000 0x40>;
|
||||||
|
|||||||
Reference in New Issue
Block a user