blob: 2f5cc013e8d6048bff9e3a0ae757ae122c637f48 (
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
|
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2022 Avnet Embedded GmbH
*/
/dts-v1/;
#include "imx8mp-msc-sm2s.dtsi"
/ {
memory@40000000 {
device_type = "memory";
reg = <0x0 0x40000000 0 0x80000000>; /* bank0, 2GiB */
};
};
&cpu_alert0 {
temperature = <95000>;
};
&cpu_crit0 {
temperature = <105000>;
};
&soc_alert0 {
temperature = <95000>;
};
&soc_crit0 {
temperature = <105000>;
};
&tca6424 {
gbe0-int-hog {
gpio-hog;
input;
gpios = <3 GPIO_ACTIVE_LOW>;
};
gbe1-int-hog {
gpio-hog;
input;
gpios = <4 GPIO_ACTIVE_LOW>;
};
cam2-rst-hog {
gpio-hog;
output-high;
gpios = <9 GPIO_ACTIVE_LOW>;
};
cam2-pwr-hog {
gpio-hog;
output-high;
gpios = <10 GPIO_ACTIVE_LOW>;
};
tpm-int-hog {
gpio-hog;
input;
gpios = <13 GPIO_ACTIVE_LOW>;
};
wifi-int-hog {
gpio-hog;
input;
gpios = <14 GPIO_ACTIVE_LOW>;
};
};
|