summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-am625-sk-lpmdemo.dts
blob: 8fc1ef635f5dab8b462334dea7ccc0d93a6a2667 (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
// 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 {
	reg-names = "lpm";
	reg = <0x00 0x78000000 0x00 0x8000>;
	firmware-name = "ti-sysfw/ti-fs-stub-firmware-am62x-gp-signed.bin";
};

&wkup_r5fss0 {
	status = "disabled";
};

&crypto {
	status = "disabled";
};

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

&cbass_mcu {
	status = "disabled";
};