mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +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>
29 lines
488 B
Text
29 lines
488 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (C) 2020 Matteo Scordino <matteo@elimo.io>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "sun8i-s3-elimo-impetus.dtsi"
|
|
|
|
/ {
|
|
model = "Elimo Initium";
|
|
compatible = "elimo,initium", "elimo,impetus", "sochip,s3",
|
|
"allwinner,sun8i-v3";
|
|
|
|
aliases {
|
|
serial1 = &uart1;
|
|
};
|
|
};
|
|
|
|
&uart1 {
|
|
pinctrl-0 = <&uart1_pg_pins>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|
|
|
|
&emac {
|
|
phy-handle = <&int_mii_phy>;
|
|
phy-mode = "mii";
|
|
status = "okay";
|
|
};
|