diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-14 18:25:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-14 18:25:34 -0500 |
commit | 6f443330186676004148930b4dd77f1c2735bd36 (patch) | |
tree | f1cc00c2b5210e7bd13f527b0698bfeaf783ac86 /arch/arm/dts/sun50i-h6-orangepi-lite2.dts | |
parent | 208ecbad2ea83333e8f3c9933213867addf16f4a (diff) | |
parent | 7d121a8ea4e0dbf0d7e105b57c3dbd7d8bd2e729 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'arch/arm/dts/sun50i-h6-orangepi-lite2.dts')
-rw-r--r-- | arch/arm/dts/sun50i-h6-orangepi-lite2.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/sun50i-h6-orangepi-lite2.dts b/arch/arm/dts/sun50i-h6-orangepi-lite2.dts new file mode 100644 index 0000000000..e098a2475f --- /dev/null +++ b/arch/arm/dts/sun50i-h6-orangepi-lite2.dts @@ -0,0 +1,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"; +}; |