blob: e098a2475f2d38c4694102fd9dafa7e0c0399802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// SPDX-License-Identifier: (GPL-2.0+ or MIT)
/*
* Copyright (C) 2018 Jagan Teki <jagan@openedev.com>
*/
#include "sun50i-h6-orangepi.dtsi"
/ {
model = "OrangePi Lite2";
compatible = "xunlong,orangepi-lite2", "allwinner,sun50i-h6";
};
|