xref: /linux/arch/arm64/boot/dts/exynos/exynos8855-smdk.dts (revision cbe8aadf1551f3f4a853f24b3b96d9f0eea49c53)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Samsung Exynos8855 SMDK board device tree source
4 *
5 * Copyright (C) 2023 Samsung Electronics Co., Ltd.
6 *
7 * Device tree source file for Samsung SMDK board which is based on
8 * Exynos8855 SoC.
9 */
10
11/dts-v1/;
12
13#include "exynos8855.dtsi"
14
15/ {
16	model = "Samsung Exynos8855 SMDK board";
17	compatible = "samsung,exynos8855-smdk","samsung,exynos8855";
18
19	chosen {
20	};
21
22	memory@80000000 {
23		device_type = "memory";
24		reg = <0x0 0x80000000 0x80000000>;
25	};
26
27};
28
29&oscclk {
30	clock-frequency = <76800000>;
31};
32