xref: /linux/arch/arm64/boot/dts/st/stm32mp215f-dk.dts (revision 2f24482304ebd32c5aa374f31465b9941a860b92)
1*65954899SAmelie Delaunay// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2*65954899SAmelie Delaunay/*
3*65954899SAmelie Delaunay * Copyright (C) STMicroelectronics 2025 - All Rights Reserved
4*65954899SAmelie Delaunay * Author: Amelie Delaunay <amelie.delaunay@foss.st.com> for STMicroelectronics.
5*65954899SAmelie Delaunay */
6*65954899SAmelie Delaunay
7*65954899SAmelie Delaunay/dts-v1/;
8*65954899SAmelie Delaunay
9*65954899SAmelie Delaunay#include "stm32mp215.dtsi"
10*65954899SAmelie Delaunay#include "stm32mp21xf.dtsi"
11*65954899SAmelie Delaunay
12*65954899SAmelie Delaunay/ {
13*65954899SAmelie Delaunay	model = "STMicroelectronics STM32MP215F-DK Discovery Board";
14*65954899SAmelie Delaunay	compatible = "st,stm32mp215f-dk", "st,stm32mp215";
15*65954899SAmelie Delaunay
16*65954899SAmelie Delaunay	aliases {
17*65954899SAmelie Delaunay		serial0 = &usart2;
18*65954899SAmelie Delaunay	};
19*65954899SAmelie Delaunay
20*65954899SAmelie Delaunay	chosen {
21*65954899SAmelie Delaunay		stdout-path = "serial0:115200n8";
22*65954899SAmelie Delaunay	};
23*65954899SAmelie Delaunay
24*65954899SAmelie Delaunay	memory@80000000 {
25*65954899SAmelie Delaunay		device_type = "memory";
26*65954899SAmelie Delaunay		reg = <0x0 0x80000000 0x0 0x80000000>;
27*65954899SAmelie Delaunay	};
28*65954899SAmelie Delaunay
29*65954899SAmelie Delaunay	reserved-memory {
30*65954899SAmelie Delaunay		#address-cells = <2>;
31*65954899SAmelie Delaunay		#size-cells = <2>;
32*65954899SAmelie Delaunay		ranges;
33*65954899SAmelie Delaunay
34*65954899SAmelie Delaunay		fw@80000000 {
35*65954899SAmelie Delaunay			compatible = "shared-dma-pool";
36*65954899SAmelie Delaunay			reg = <0x0 0x80000000 0x0 0x4000000>;
37*65954899SAmelie Delaunay			no-map;
38*65954899SAmelie Delaunay		};
39*65954899SAmelie Delaunay	};
40*65954899SAmelie Delaunay};
41*65954899SAmelie Delaunay
42*65954899SAmelie Delaunay&arm_wdt {
43*65954899SAmelie Delaunay	timeout-sec = <32>;
44*65954899SAmelie Delaunay	status = "okay";
45*65954899SAmelie Delaunay};
46*65954899SAmelie Delaunay
47*65954899SAmelie Delaunay&usart2 {
48*65954899SAmelie Delaunay	status = "okay";
49*65954899SAmelie Delaunay};
50