QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
548 B

// SPDX-License-Identifier: GPL-2.0-only
/*
* Unisoc SP9863A-1h10 boards DTS file
*
* Copyright (C) 2019, Unisoc Inc.
*/
/dts-v1/;
#include "sc9863a.dtsi"
/ {
model = "Spreadtrum SP9863A-1H10 Board";
compatible = "sprd,sp9863a-1h10", "sprd,sc9863a";
aliases {
serial0 = &uart0;
serial1 = &uart1;
};
memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x80000000>;
};
chosen {
stdout-path = "serial1:115200n8";
bootargs = "earlycon";
};
};
&uart0 {
status = "okay";
};
&uart1 {
status = "okay";
};