xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ulz.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2*f126890aSEmmanuel Vadot//
3*f126890aSEmmanuel Vadot// Copyright 2018 NXP.
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot#include "imx6ull.dtsi"
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot/ {
8*f126890aSEmmanuel Vadot	aliases {
9*f126890aSEmmanuel Vadot		/delete-property/ ethernet0;
10*f126890aSEmmanuel Vadot		/delete-property/ ethernet1;
11*f126890aSEmmanuel Vadot		/delete-property/ i2c2;
12*f126890aSEmmanuel Vadot		/delete-property/ i2c3;
13*f126890aSEmmanuel Vadot		/delete-property/ serial4;
14*f126890aSEmmanuel Vadot		/delete-property/ serial5;
15*f126890aSEmmanuel Vadot		/delete-property/ serial6;
16*f126890aSEmmanuel Vadot		/delete-property/ serial7;
17*f126890aSEmmanuel Vadot		/delete-property/ spi2;
18*f126890aSEmmanuel Vadot		/delete-property/ spi3;
19*f126890aSEmmanuel Vadot	};
20*f126890aSEmmanuel Vadot};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot/delete-node/ &adc1;
23*f126890aSEmmanuel Vadot/delete-node/ &ecspi3;
24*f126890aSEmmanuel Vadot/delete-node/ &ecspi4;
25*f126890aSEmmanuel Vadot/delete-node/ &epit2;
26*f126890aSEmmanuel Vadot/delete-node/ &gpt2;
27*f126890aSEmmanuel Vadot/delete-node/ &i2c3;
28*f126890aSEmmanuel Vadot/delete-node/ &i2c4;
29*f126890aSEmmanuel Vadot/delete-node/ &pwm5;
30*f126890aSEmmanuel Vadot/delete-node/ &pwm6;
31*f126890aSEmmanuel Vadot/delete-node/ &pwm7;
32*f126890aSEmmanuel Vadot/delete-node/ &pwm8;
33*f126890aSEmmanuel Vadot/delete-node/ &uart5;
34*f126890aSEmmanuel Vadot/delete-node/ &uart6;
35*f126890aSEmmanuel Vadot/delete-node/ &uart7;
36*f126890aSEmmanuel Vadot/delete-node/ &uart8;
37