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 | 26e8ebc | 2023-04-03 10:27:39 +0200 | [diff] [blame] | 12 | #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 Leroy | 4c4ca6c | 2018-11-21 08:51:47 +0000 | [diff] [blame] | 29 | }; |
Christophe Leroy | 26e8ebc | 2023-04-03 10:27:39 +0200 | [diff] [blame] | 30 | |
Christophe Leroy | a8b8645 | 2018-11-21 08:51:51 +0000 | [diff] [blame] | 31 | SERIAL: smc@0 { |
| 32 | compatible = "fsl,pq1-smc"; |
| 33 | }; |
| 34 | |
Christophe Leroy | 81844ac | 2022-05-12 15:48:51 +0200 | [diff] [blame] | 35 | FEC: fec@0 { |
| 36 | compatible = "fsl,pq1-fec1"; |
| 37 | }; |
| 38 | |
Christophe Leroy | a8b8645 | 2018-11-21 08:51:51 +0000 | [diff] [blame] | 39 | chosen { |
| 40 | stdout-path = &SERIAL; |
| 41 | }; |
Christophe Leroy | f55db0a | 2018-11-21 08:51:43 +0000 | [diff] [blame] | 42 | }; |