xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ulx-common.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2018-2022 TQ-Systems GmbH
4*f126890aSEmmanuel Vadot * Author: Markus Niebel <Markus.Niebel@tq-group.com>
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot/*
8*f126890aSEmmanuel Vadot * Common for
9*f126890aSEmmanuel Vadot * - TQMa6ULx
10*f126890aSEmmanuel Vadot * - TQMa6ULLx
11*f126890aSEmmanuel Vadot */
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot&m24c64_50 {
14*f126890aSEmmanuel Vadot	vcc-supply = <&reg_sw2>;
15*f126890aSEmmanuel Vadot};
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot&m24c02_52 {
18*f126890aSEmmanuel Vadot	vcc-supply = <&reg_sw2>;
19*f126890aSEmmanuel Vadot};
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot&reg_sw2 {
22*f126890aSEmmanuel Vadot	regulator-boot-on;
23*f126890aSEmmanuel Vadot	regulator-always-on;
24*f126890aSEmmanuel Vadot};
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot/* eMMC */
27*f126890aSEmmanuel Vadot&usdhc2 {
28*f126890aSEmmanuel Vadot	vmmc-supply = <&reg_sw2>;
29*f126890aSEmmanuel Vadot	vqmmc-supply = <&reg_vldo4>;
30*f126890aSEmmanuel Vadot};
31*f126890aSEmmanuel Vadot
32*f126890aSEmmanuel Vadot&iomuxc {
33*f126890aSEmmanuel Vadot	pinctrl_qspi: qspigrp {
34*f126890aSEmmanuel Vadot		fsl,pins = <
35*f126890aSEmmanuel Vadot			MX6UL_PAD_NAND_WP_B__QSPI_A_SCLK      0x70b9
36*f126890aSEmmanuel Vadot			MX6UL_PAD_NAND_READY_B__QSPI_A_DATA00 0x70b9
37*f126890aSEmmanuel Vadot			MX6UL_PAD_NAND_CE0_B__QSPI_A_DATA01   0x70b9
38*f126890aSEmmanuel Vadot			MX6UL_PAD_NAND_CE1_B__QSPI_A_DATA02   0x70b9
39*f126890aSEmmanuel Vadot			MX6UL_PAD_NAND_CLE__QSPI_A_DATA03     0x70b9
40*f126890aSEmmanuel Vadot			MX6UL_PAD_NAND_DQS__QSPI_A_SS0_B      0x70a1
41*f126890aSEmmanuel Vadot		>;
42*f126890aSEmmanuel Vadot	};
43*f126890aSEmmanuel Vadot};
44