mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-08 07:13:06 +00:00
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (c) 2018 ARM Ltd.
|
|
|
|
#include "sun50i-a64-sopine-baseboard.dts"
|
|
|
|
/ {
|
|
model = "Pine64 LTS";
|
|
compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
|
|
"allwinner,sun50i-a64";
|
|
};
|
|
|
|
&mmc0 {
|
|
broken-cd; /* card detect is broken on *some* boards */
|
|
};
|