1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2025 Alexey Charkov <alchark@gmail.com> 4 */ 5 6/dts-v1/; 7/include/ "wm8950.dtsi" 8 9/ { 10 model = "VIA APC Rock"; 11 compatible = "via,apc-rock", "wm,wm8950"; 12 13 memory@0 { 14 device_type = "memory"; 15 reg = <0x0 0x20000000>; 16 }; 17}; 18 19&uart0 { 20 status = "okay"; 21}; 22