xref: /linux/scripts/dtc/include-prefixes/arm64/exynos/axis/artpec8-grizzly.dts (revision 0f048c878ee32a4259dbf28e0ad8fd0b71ee0085)
1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Axis ARTPEC-8 Grizzly board device tree source
4 *
5 * Copyright (c) 2025 Samsung Electronics Co., Ltd.
6 *             https://www.samsung.com
7 * Copyright (c) 2025  Axis Communications AB.
8 *             https://www.axis.com
9 */
10
11/dts-v1/;
12#include "artpec8.dtsi"
13#include "artpec8-pinctrl.dtsi"
14#include <dt-bindings/gpio/gpio.h>
15/ {
16	model = "ARTPEC-8 grizzly board";
17	compatible = "axis,artpec8-grizzly", "axis,artpec8";
18
19	aliases {
20		serial0 = &serial_0;
21	};
22
23	chosen {
24		stdout-path = &serial_0;
25	};
26
27	memory@80000000 {
28		device_type = "memory";
29		reg = <0x0 0x80000000 0x0 0x80000000>;
30	};
31};
32
33&osc_clk {
34	clock-frequency = <50000000>;
35};
36