blob: 22e4a307fa5934b08c6c16052c8f84bd636278e0 [file] [log] [blame]
Peng Fan4e0c7972019-08-08 09:55:37 +00001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2//
3// Copyright 2016 Freescale Semiconductor, Inc.
Peng Fanec1a4e22016-08-11 14:02:55 +08004
Peng Fan4e0c7972019-08-08 09:55:37 +00005#include "imx6ul.dtsi"
Peng Fanec1a4e22016-08-11 14:02:55 +08006#include "imx6ull-pinfunc.h"
7#include "imx6ull-pinfunc-snvs.h"
Peng Fanec1a4e22016-08-11 14:02:55 +08008
Peng Fan4e0c7972019-08-08 09:55:37 +00009/* Delete UART8 in AIPS-1 (i.MX6UL specific) */
10/delete-node/ &uart8;
11/* Delete CAAM node in AIPS-2 (i.MX6UL specific) */
12/delete-node/ &crypto;
Peng Fanec1a4e22016-08-11 14:02:55 +080013
Peng Fan4e0c7972019-08-08 09:55:37 +000014&cpu0 {
15 operating-points = <
16 /* kHz uV */
17 900000 1275000
18 792000 1225000
19 528000 1175000
20 396000 1025000
21 198000 950000
22 >;
23 fsl,soc-operating-points = <
24 /* KHz uV */
25 900000 1250000
26 792000 1175000
27 528000 1175000
28 396000 1175000
29 198000 1175000
30 >;
31};
Peng Fanec1a4e22016-08-11 14:02:55 +080032
Peng Fan4e0c7972019-08-08 09:55:37 +000033&ocotp {
34 compatible = "fsl,imx6ull-ocotp", "syscon";
35};
Peng Fanec1a4e22016-08-11 14:02:55 +080036
Peng Fan4e0c7972019-08-08 09:55:37 +000037&usdhc1 {
38 compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
39};
Peng Fanec1a4e22016-08-11 14:02:55 +080040
Peng Fan4e0c7972019-08-08 09:55:37 +000041&usdhc2 {
42 compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc";
43};
Peng Fanec1a4e22016-08-11 14:02:55 +080044
Peng Fan4e0c7972019-08-08 09:55:37 +000045/ {
Peng Fanec1a4e22016-08-11 14:02:55 +080046 soc {
Peng Fan4e0c7972019-08-08 09:55:37 +000047 aips3: aips-bus@2200000 {
Peng Fanec1a4e22016-08-11 14:02:55 +080048 compatible = "fsl,aips-bus", "simple-bus";
49 #address-cells = <1>;
50 #size-cells = <1>;
Peng Fanec1a4e22016-08-11 14:02:55 +080051 reg = <0x02200000 0x100000>;
52 ranges;
53
Peng Fan4e0c7972019-08-08 09:55:37 +000054 dcp: crypto@2280000 {
55 compatible = "fsl,imx6ull-dcp", "fsl,imx28-dcp";
Peng Fanec1a4e22016-08-11 14:02:55 +080056 reg = <0x02280000 0x4000>;
57 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>,
58 <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>,
59 <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
Peng Fan4e0c7972019-08-08 09:55:37 +000060 clocks = <&clks IMX6ULL_CLK_DCP_CLK>;
Peng Fanec1a4e22016-08-11 14:02:55 +080061 clock-names = "dcp";
Peng Fanec1a4e22016-08-11 14:02:55 +080062 };
63
Peng Fan4e0c7972019-08-08 09:55:37 +000064 iomuxc_snvs: iomuxc-snvs@2290000 {
65 compatible = "fsl,imx6ull-iomuxc-snvs";
66 reg = <0x02290000 0x4000>;
Peng Fanec1a4e22016-08-11 14:02:55 +080067 };
68
Peng Fan4e0c7972019-08-08 09:55:37 +000069 uart8: serial@2288000 {
Peng Fanec1a4e22016-08-11 14:02:55 +080070 compatible = "fsl,imx6ul-uart",
Peng Fan4e0c7972019-08-08 09:55:37 +000071 "fsl,imx6q-uart";
Peng Fanec1a4e22016-08-11 14:02:55 +080072 reg = <0x02288000 0x4000>;
73 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
74 clocks = <&clks IMX6UL_CLK_UART8_IPG>,
75 <&clks IMX6UL_CLK_UART8_SERIAL>;
76 clock-names = "ipg", "per";
Peng Fanec1a4e22016-08-11 14:02:55 +080077 status = "disabled";
78 };
Peng Fanec1a4e22016-08-11 14:02:55 +080079 };
80 };
81};