xref: /OK3568_Linux_fs/kernel/arch/arm/boot/dts/rv1126-evb-v10-robot.dtsi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2020 Rockchip Electronics Co., Ltd.
4 */
5
6/*
7 * Turn off modules which is not in use for Robot devices.
8 */
9
10&backlight {
11	status = "disabled";
12};
13
14/*
15 * Userland need drm buffer, so keep display_subsystem and vop enabled,
16 * But dsi can be disabled.
17 */
18&dsi {
19	status = "disabled";
20};
21
22&vcc18_lcd_n {
23	status = "disabled";
24};
25
26&gmac {
27	status = "disabled";
28};
29
30&i2c5 {
31	status = "disabled";
32};
33
34&mdio {
35	status = "disabled";
36};
37
38&route_dsi {
39	status = "disabled";
40};
41
42&sdmmc {
43	status = "disabled";
44};
45