1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2/* 3 * Copyright (C) 2025, STMicroelectronics - All Rights Reserved 4 */ 5 6/dts-v1/; 7 8#include "stm32mp215.dtsi" 9#include "stm32mp21xf.dtsi" 10#include "stm32mp215f-dk-ca35tdcid-rif.dtsi" 11 12/ { 13 model = "STMicroelectronics STM32MP215F-DK Discovery Board"; 14 compatible = "st,stm32mp215f-dk", "st,stm32mp215"; 15 16 memory@80000000 { 17 device_type = "memory"; 18 reg = <0x0 0x80000000 0x0 0x80000000>; 19 }; 20}; 21