mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
94539ab840
Copy the devicetree source for the V3(s)/S3 SoCs and all existing boards verbatim from the Linux v5.18-rc1 tag. This commit also adds the following new board devicetrees: - sun8i-s3-elimo-initium.dts - sun8i-v3-sl631-imx179.dts This update should not impact any existing U-Boot functionality. Signed-off-by: Samuel Holland <samuel@sholland.org>
12 lines
280 B
Text
12 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";
|
|
};
|