2018-11-21 08:51:43 +00:00
|
|
|
/*
|
|
|
|
* MCR3000 Device Tree Source
|
|
|
|
*
|
|
|
|
* Copyright 2017 CS Systemes d'Information
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/ {
|
2023-04-03 08:27:39 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
soc: immr@ff000000 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
device-type = "soc";
|
|
|
|
compatible = "simple-bus";
|
|
|
|
ranges = <0 0xff000000 0x4000>;
|
|
|
|
reg = <0xff000000 0x00000200>;
|
|
|
|
|
|
|
|
WDT: watchdog@0 {
|
|
|
|
compatible = "fsl,pq1-wdt";
|
|
|
|
reg = <0x0 0x10>;
|
|
|
|
timeout-sec = <2>;
|
|
|
|
hw_margin_ms = <1000>;
|
|
|
|
};
|
2018-11-21 08:51:47 +00:00
|
|
|
};
|
2023-04-03 08:27:39 +00:00
|
|
|
|
2018-11-21 08:51:51 +00:00
|
|
|
SERIAL: smc@0 {
|
|
|
|
compatible = "fsl,pq1-smc";
|
|
|
|
};
|
|
|
|
|
2022-05-12 13:48:51 +00:00
|
|
|
FEC: fec@0 {
|
|
|
|
compatible = "fsl,pq1-fec1";
|
|
|
|
};
|
|
|
|
|
2018-11-21 08:51:51 +00:00
|
|
|
chosen {
|
|
|
|
stdout-path = &SERIAL;
|
|
|
|
};
|
2018-11-21 08:51:43 +00:00
|
|
|
};
|