xref: /openbmc/u-boot/arch/powerpc/dts/mcr3000.dts (revision 9450ab2b)
1f55db0afSChristophe Leroy/*
2f55db0afSChristophe Leroy * MCR3000 Device Tree Source
3f55db0afSChristophe Leroy *
4f55db0afSChristophe Leroy * Copyright 2017 CS Systemes d'Information
5f55db0afSChristophe Leroy *
6f55db0afSChristophe Leroy * SPDX-License-Identifier:	GPL-2.0+
7f55db0afSChristophe Leroy */
8f55db0afSChristophe Leroy
9f55db0afSChristophe Leroy/dts-v1/;
10f55db0afSChristophe Leroy
11f55db0afSChristophe Leroy/ {
124c4ca6cdSChristophe Leroy	WDT: watchdog@0 {
134c4ca6cdSChristophe Leroy		compatible = "fsl,pq1-wdt";
144c4ca6cdSChristophe Leroy	};
15*a8b8645fSChristophe Leroy	SERIAL: smc@0 {
16*a8b8645fSChristophe Leroy		compatible = "fsl,pq1-smc";
17*a8b8645fSChristophe Leroy	};
18*a8b8645fSChristophe Leroy
19*a8b8645fSChristophe Leroy	chosen {
20*a8b8645fSChristophe Leroy		stdout-path = &SERIAL;
21*a8b8645fSChristophe Leroy	};
22f55db0afSChristophe Leroy};
23