summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx8x_disable-cm40-uart_overlay.dts
blob: e778c87321e1b6ec8a1ee05c09c07b9f70813bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2021 Toradex
 */

// Disables, at the Linux side, the UART that is shared with Cortex-M

/dts-v1/;
/plugin/;

/{
	compatible = "toradex,colibri-imx8";
};

&cm40_lpuart {
	status = "disabled";
};

&cm40_uart_lpcg {
	status = "disabled";
};