summaryrefslogtreecommitdiff
path: root/dts/upstream/src/arm64/exynos/axis/artpec9-alfred.dts
blob: 5a779f1acf3ba74363ccad40e7dba98b7616e73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Axis ARTPEC-9 Alfred board device tree source
 *
 * Copyright (c) 2025 Samsung Electronics Co., Ltd.
 *             https://www.samsung.com
 * Copyright (c) 2025  Axis Communications AB.
 *             https://www.axis.com
 */

/dts-v1/;
#include "artpec9.dtsi"
#include "artpec9-pinctrl.dtsi"
#include <dt-bindings/gpio/gpio.h>

/ {
	model = "ARTPEC-9 alfred board";
	compatible = "axis,artpec9-alfred", "axis,artpec9";

	aliases {
		serial0 = &serial_0;
	};

	chosen {
		stdout-path = &serial_0;
	};

	memory@80000000 {
		device_type = "memory";
		reg = <0x0 0x80000000 0x0 0x80000000>;
	};
};

&osc_clk {
	clock-frequency = <50000000>;
};