summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-am625-sk-lpmdemo.dts
blob: 9ccc16b8de318a8cacf648bdcda12e5ab0729669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
// SPDX-License-Identifier: GPL-2.0
/*
 * AM625 SK LPM dts file
 * This file is intended to be a configuration for the AM625 SK board which
 * has just the peripherals that have been tested to work with low power mode.
 * We inherit from the regular AM625 SK dts file and explicitly override the
 * nodes for peripherals that are not currently tested. Eventually, this
 * should converge to the regular dts file and this file can then be removed.
 *
 * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
 */

#include "k3-am625-sk.dts"

/ {
	leds {
		led-0 {
			/* This property is off in sk-common, default in lpmdemo */
			/delete-property/ default-state;
		};
	};

	firmware {
		optee {
			status = "disabled";
		};
	};
};

&dmsc {
	ti,ctx-memory-region = <&lpm_ctx_ddr>;
};

&crypto {
	status = "disabled";
};

&main_uart0 {
	/delete-property/ power-domains;
	/delete-property/ clock-names;
	/delete-property/ clocks;
};

&dss {
	status = "disabled";
};

&ti_csi2rx0 {
	status = "disabled";
};

&dphy0 {
	status = "disabled";
};

&cbass_mcu {
	status = "disabled";
};

&hdmi_mstrclk {
	status = "disabled";
};

&hdmi {
	status = "disabled";
};

&sii9022 {
	status = "disabled";
};