mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ or MIT)
|
|
/*
|
|
* Copyright (C) 2018 Amarula Solutions
|
|
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
|
*/
|
|
|
|
#include "sun50i-h6-orangepi.dtsi"
|
|
|
|
/ {
|
|
model = "OrangePi 3";
|
|
compatible = "xunlong,orangepi-3", "allwinner,sun50i-h6";
|
|
};
|