2019-03-13 20:46:43 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "mcf5208.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Freescale M5208EVBE";
|
|
|
|
compatible = "fsl,M5208EVBE";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-06-24 21:38:55 +00:00
|
|
|
&wdog0 {
|
|
|
|
timeout-sec = <32>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2019-03-13 20:46:43 +00:00
|
|
|
&uart0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-03-13 20:46:43 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2019-11-15 22:54:13 +00:00
|
|
|
&fec0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2023-04-04 22:59:27 +00:00
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
clock-frequency = <80000>;
|
|
|
|
u-boot,i2c-slave-addr = <0x7f>;
|
|
|
|
status = "okay";
|
|
|
|
};
|