mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
13 lines
280 B
Text
13 lines
280 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR X11)
|
||
|
/*
|
||
|
* Copyright 2020 Paul Kocialkowski <contact@paulk.fr>
|
||
|
*/
|
||
|
|
||
|
#include "sun8i-v3-sl631.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "SL631 Action Camera with IMX179";
|
||
|
compatible = "allwinner,sl631-imx179", "allwinner,sl631",
|
||
|
"allwinner,sun8i-v3";
|
||
|
};
|