23 lines
389 B
Plaintext
23 lines
389 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
/*
|
||
|
* Copyright 2018-2021 Toradex
|
||
|
*/
|
||
|
|
||
|
#include "imx8dx.dtsi"
|
||
|
#include "imx8x-colibri.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Toradex Colibri iMX8DX Module";
|
||
|
};
|
||
|
|
||
|
&thermal_zones {
|
||
|
pmic-thermal {
|
||
|
cooling-maps {
|
||
|
map0 {
|
||
|
cooling-device = <&A35_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||
|
<&A35_1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|