mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
36 lines
444 B
Plaintext
36 lines
444 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2017 Andreas Färber
|
||
|
*
|
||
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "s900.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "ucrobotics,bubblegum-96", "actions,s900";
|
||
|
model = "Bubblegum-96";
|
||
|
|
||
|
aliases {
|
||
|
serial5 = &uart5;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial5:115200n8";
|
||
|
};
|
||
|
|
||
|
memory@0 {
|
||
|
device_type = "memory";
|
||
|
reg = <0x0 0x0 0x0 0x80000000>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&timer {
|
||
|
clocks = <&hosc>;
|
||
|
};
|
||
|
|
||
|
&uart5 {
|
||
|
status = "okay";
|
||
|
};
|