xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apalis-ixora-v1.1.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2014-2022 Toradex
4*f126890aSEmmanuel Vadot * Copyright 2012 Freescale Semiconductor, Inc.
5*f126890aSEmmanuel Vadot * Copyright 2011 Linaro Ltd.
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot#include "imx6q-apalis-ixora-v1.2.dts"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Toradex Apalis iMX6Q/D Module on Ixora Carrier Board V1.1";
12*f126890aSEmmanuel Vadot	compatible = "toradex,apalis_imx6q-ixora-v1.1", "toradex,apalis_imx6q",
13*f126890aSEmmanuel Vadot		     "fsl,imx6q";
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot};
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot/delete-node/ &eeprom;
19*f126890aSEmmanuel Vadot/delete-node/ &reg_3v3_vmmc;
20*f126890aSEmmanuel Vadot/delete-node/ &reg_can1_supply;
21*f126890aSEmmanuel Vadot/delete-node/ &reg_can2_supply;
22*f126890aSEmmanuel Vadot
23*f126890aSEmmanuel Vadot&can1 {
24*f126890aSEmmanuel Vadot	/delete-property/ xceiver-supply;
25*f126890aSEmmanuel Vadot};
26*f126890aSEmmanuel Vadot
27*f126890aSEmmanuel Vadot&can2 {
28*f126890aSEmmanuel Vadot	/delete-property/ xceiver-supply;
29*f126890aSEmmanuel Vadot};
30*f126890aSEmmanuel Vadot
31*f126890aSEmmanuel Vadot/* MMC1 */
32*f126890aSEmmanuel Vadot&usdhc1 {
33*f126890aSEmmanuel Vadot	/delete-property/ cap-power-off-card;
34*f126890aSEmmanuel Vadot	/delete-property/ pinctrl-1;
35*f126890aSEmmanuel Vadot	/delete-property/ vmmc-supply;
36*f126890aSEmmanuel Vadot	pinctrl-names = "default";
37*f126890aSEmmanuel Vadot};
38