mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 08:19:41 +07:00
32 lines
397 B
Plaintext
32 lines
397 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2017 Andreas Färber
|
||
|
*
|
||
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "rtd1295.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "probox2,ava", "realtek,rtd1295";
|
||
|
model = "PROBOX2 AVA";
|
||
|
|
||
|
memory@0 {
|
||
|
device_type = "memory";
|
||
|
reg = <0x0 0x80000000>;
|
||
|
};
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &uart0;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial0:115200n8";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
status = "okay";
|
||
|
};
|