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