mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
a8b8645fa9
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
22 lines
287 B
Text
22 lines
287 B
Text
/*
|
|
* MCR3000 Device Tree Source
|
|
*
|
|
* Copyright 2017 CS Systemes d'Information
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
WDT: watchdog@0 {
|
|
compatible = "fsl,pq1-wdt";
|
|
};
|
|
SERIAL: smc@0 {
|
|
compatible = "fsl,pq1-smc";
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = &SERIAL;
|
|
};
|
|
};
|