]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm64/intel/socfpga_agilex5_socdk.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm64 / intel / socfpga_agilex5_socdk.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * Copyright (C) 2023, Intel Corporation
4 */
5 #include "socfpga_agilex5.dtsi"
6
7 / {
8 model = "SoCFPGA Agilex5 SoCDK";
9 compatible = "intel,socfpga-agilex5-socdk", "intel,socfpga-agilex5";
10
11 aliases {
12 serial0 = &uart0;
13 };
14
15 chosen {
16 stdout-path = "serial0:115200n8";
17 };
18 };
19
20 &gpio1 {
21 status = "okay";
22 };
23
24 &osc1 {
25 clock-frequency = <25000000>;
26 };
27
28 &uart0 {
29 status = "okay";
30 };
31
32 &usb0 {
33 status = "okay";
34 disable-over-current;
35 };
36
37 &watchdog0 {
38 status = "okay";
39 };