Christophe Leroy | f55db0a | 2018-11-21 08:51:43 +0000 | [diff] [blame] | 1 | /* |
| 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 Leroy | 4c4ca6c | 2018-11-21 08:51:47 +0000 | [diff] [blame] | 12 | WDT: watchdog@0 { |
| 13 | compatible = "fsl,pq1-wdt"; |
| 14 | }; |
Christophe Leroy | a8b8645 | 2018-11-21 08:51:51 +0000 | [diff] [blame] | 15 | SERIAL: smc@0 { |
| 16 | compatible = "fsl,pq1-smc"; |
| 17 | }; |
| 18 | |
| 19 | chosen { |
| 20 | stdout-path = &SERIAL; |
| 21 | }; |
Christophe Leroy | f55db0a | 2018-11-21 08:51:43 +0000 | [diff] [blame] | 22 | }; |