1// SPDX-License-Identifier:     GPL-2.0
2/*
3 * Copyright (C) 2021, Intel Corporation
4 */
5#include "socfpga_agilex.dtsi"
6
7/ {
8	model = "eASIC N5X SoCDK";
9
10	aliases {
11		serial0 = &uart0;
12		ethernet0 = &gmac0;
13		ethernet1 = &gmac1;
14		ethernet2 = &gmac2;
15	};
16
17	chosen {
18		stdout-path = "serial0:115200n8";
19	};
20
21	memory {
22		device_type = "memory";
23		/* We expect the bootloader to fill in the reg */
24		reg = <0 0 0 0>;
25	};
26
27	soc {
28		clocks {
29			osc1 {
30				clock-frequency = <25000000>;
31			};
32		};
33	};
34};
35
36&clkmgr {
37	compatible = "intel,easic-n5x-clkmgr";
38};
39
40&mmc {
41	status = "okay";
42	cap-sd-highspeed;
43	broken-cd;
44	bus-width = <4>;
45};
46
47&uart0 {
48	status = "okay";
49};
50
51&watchdog0 {
52	status = "okay";
53};
54