xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6qp-sabreauto.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT
2*f126890aSEmmanuel Vadot//
3*f126890aSEmmanuel Vadot// Copyright 2016 Freescale Semiconductor, Inc.
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot/dts-v1/;
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot#include "imx6qp.dtsi"
8*f126890aSEmmanuel Vadot#include "imx6qdl-sabreauto.dtsi"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Freescale i.MX6 Quad Plus SABRE Automotive Board";
12*f126890aSEmmanuel Vadot	compatible = "fsl,imx6qp-sabreauto", "fsl,imx6qp";
13*f126890aSEmmanuel Vadot};
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot&i2c2 {
16*f126890aSEmmanuel Vadot	max7322: gpio@68 {
17*f126890aSEmmanuel Vadot		compatible = "maxim,max7322";
18*f126890aSEmmanuel Vadot		reg = <0x68>;
19*f126890aSEmmanuel Vadot		gpio-controller;
20*f126890aSEmmanuel Vadot		#gpio-cells = <2>;
21*f126890aSEmmanuel Vadot	};
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot&iomuxc {
25*f126890aSEmmanuel Vadot	imx6qdl-sabreauto {
26*f126890aSEmmanuel Vadot		pinctrl_enet: enetgrp {
27*f126890aSEmmanuel Vadot			fsl,pins = <
28*f126890aSEmmanuel Vadot				MX6QDL_PAD_KEY_COL1__ENET_MDIO          0x1b0b0
29*f126890aSEmmanuel Vadot				MX6QDL_PAD_KEY_COL2__ENET_MDC           0x1b0b0
30*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_TXC__RGMII_TXC         0x1b018
31*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_TD0__RGMII_TD0         0x1b018
32*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_TD1__RGMII_TD1         0x1b018
33*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_TD2__RGMII_TD2         0x1b018
34*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_TD3__RGMII_TD3         0x1b018
35*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_TX_CTL__RGMII_TX_CTL   0x1b018
36*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_RXC__RGMII_RXC         0x1b018
37*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_RD0__RGMII_RD0         0x1b018
38*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_RD1__RGMII_RD1         0x1b018
39*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_RD2__RGMII_RD2         0x1b018
40*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_RD3__RGMII_RD3         0x1b018
41*f126890aSEmmanuel Vadot				MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL   0x1b018
42*f126890aSEmmanuel Vadot				MX6QDL_PAD_GPIO_16__ENET_REF_CLK        0x4001b0a8
43*f126890aSEmmanuel Vadot				MX6QDL_PAD_GPIO_6__ENET_IRQ		0x000b1
44*f126890aSEmmanuel Vadot			>;
45*f126890aSEmmanuel Vadot		};
46*f126890aSEmmanuel Vadot	};
47*f126890aSEmmanuel Vadot};
48*f126890aSEmmanuel Vadot
49*f126890aSEmmanuel Vadot&pcie {
50*f126890aSEmmanuel Vadot	reset-gpio = <&max7310_c 5 GPIO_ACTIVE_LOW>;
51*f126890aSEmmanuel Vadot	status = "okay";
52*f126890aSEmmanuel Vadot};
53*f126890aSEmmanuel Vadot
54*f126890aSEmmanuel Vadot&sata {
55*f126890aSEmmanuel Vadot	status = "okay";
56*f126890aSEmmanuel Vadot};
57*f126890aSEmmanuel Vadot
58*f126890aSEmmanuel Vadot&vgen3_reg {
59*f126890aSEmmanuel Vadot	regulator-always-on;
60*f126890aSEmmanuel Vadot};
61