13 lines
284 B
Plaintext
13 lines
284 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 One Plus";
|
||
|
compatible = "xunlong,orangepi-one-plus", "allwinner,sun50i-h6";
|
||
|
};
|