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
28&clkmgr {
29	compatible = "intel,easic-n5x-clkmgr";
30};
31
32&mmc {
33	status = "okay";
34	cap-sd-highspeed;
35	broken-cd;
36	bus-width = <4>;
37};
38
39&osc1 {
40	clock-frequency = <25000000>;
41};
42
43&uart0 {
44	status = "okay";
45};
46
47&watchdog0 {
48	status = "okay";
49};
50