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