blob: c4d7737bc672c3b473142c85964684eabac11673 [file] [log] [blame]
Christophe Leroyf55db0a2018-11-21 08:51:43 +00001/*
2 * MCR3000 Device Tree Source
3 *
4 * Copyright 2017 CS Systemes d'Information
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9/dts-v1/;
10
11/ {
Christophe Leroy26e8ebc2023-04-03 10:27:39 +020012 #address-cells = <1>;
13 #size-cells = <1>;
14
15 soc: immr@ff000000 {
16 #address-cells = <1>;
17 #size-cells = <1>;
18 device-type = "soc";
19 compatible = "simple-bus";
20 ranges = <0 0xff000000 0x4000>;
21 reg = <0xff000000 0x00000200>;
22
23 WDT: watchdog@0 {
24 compatible = "fsl,pq1-wdt";
25 reg = <0x0 0x10>;
26 timeout-sec = <2>;
27 hw_margin_ms = <1000>;
28 };
Christophe Leroy4c4ca6c2018-11-21 08:51:47 +000029 };
Christophe Leroy26e8ebc2023-04-03 10:27:39 +020030
Christophe Leroya8b86452018-11-21 08:51:51 +000031 SERIAL: smc@0 {
32 compatible = "fsl,pq1-smc";
33 };
34
Christophe Leroy81844ac2022-05-12 15:48:51 +020035 FEC: fec@0 {
36 compatible = "fsl,pq1-fec1";
37 };
38
Christophe Leroya8b86452018-11-21 08:51:51 +000039 chosen {
40 stdout-path = &SERIAL;
41 };
Christophe Leroyf55db0a2018-11-21 08:51:43 +000042};