1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Axis ARTPEC-9 Alfred 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 "artpec9.dtsi" 13#include "artpec9-pinctrl.dtsi" 14#include <dt-bindings/gpio/gpio.h> 15 16/ { 17 model = "ARTPEC-9 alfred board"; 18 compatible = "axis,artpec9-alfred", "axis,artpec9"; 19 20 aliases { 21 serial0 = &serial_0; 22 }; 23 24 chosen { 25 stdout-path = &serial_0; 26 }; 27 28 memory@80000000 { 29 device_type = "memory"; 30 reg = <0x0 0x80000000 0x0 0x80000000>; 31 }; 32}; 33 34&osc_clk { 35 clock-frequency = <50000000>; 36}; 37