blob: 5f32d8a2e559acade3fa70ee81023183916c84a3 [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 Leroy4c4ca6c2018-11-21 08:51:47 +000012 WDT: watchdog@0 {
13 compatible = "fsl,pq1-wdt";
14 };
Christophe Leroya8b86452018-11-21 08:51:51 +000015 SERIAL: smc@0 {
16 compatible = "fsl,pq1-smc";
17 };
18
Christophe Leroy81844ac2022-05-12 15:48:51 +020019 FEC: fec@0 {
20 compatible = "fsl,pq1-fec1";
21 };
22
Christophe Leroya8b86452018-11-21 08:51:51 +000023 chosen {
24 stdout-path = &SERIAL;
25 };
Christophe Leroyf55db0a2018-11-21 08:51:43 +000026};