]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm/allwinner/sun8i-s3-elimo-initium.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm / allwinner / sun8i-s3-elimo-initium.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3 * Copyright (C) 2020 Matteo Scordino <matteo@elimo.io>
4 */
5
6 /dts-v1/;
7 #include "sun8i-s3-elimo-impetus.dtsi"
8
9 / {
10 model = "Elimo Initium";
11 compatible = "elimo,initium", "elimo,impetus", "sochip,s3",
12 "allwinner,sun8i-v3";
13
14 aliases {
15 serial1 = &uart1;
16 };
17 };
18
19 &uart1 {
20 pinctrl-0 = <&uart1_pg_pins>;
21 pinctrl-names = "default";
22 status = "okay";
23 };
24
25 &emac {
26 phy-handle = <&int_mii_phy>;
27 phy-mode = "mii";
28 status = "okay";
29 };