mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 05:08:24 +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 {
|
&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>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue