xref: /linux/scripts/dtc/include-prefixes/arm64/intel/socfpga_agilex72_socdk.dts (revision cbe8aadf1551f3f4a853f24b3b96d9f0eea49c53)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (C) 2026, Altera Corporation
4 */
5#include "socfpga_agilex72.dtsi"
6
7/ {
8	model = "Altera SoCFPGA Agilex72 SoCDK";
9	compatible = "intel,socfpga-agilex72-socdk", "intel,socfpga-agilex72";
10
11	aliases {
12		serial0 = &uart0;
13	};
14
15	chosen {
16		stdout-path = "serial0:115200n8";
17	};
18
19	memory@80000000 {
20		device_type = "memory";
21		reg = <0x0 0x80000000 0x0 0x80000000>;
22	};
23};
24
25&uart0 {
26	status = "okay";
27};
28