2021-02-23 13:11:36 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2016-05-25 06:23:31 +00:00
|
|
|
/*
|
2021-02-23 13:11:36 +00:00
|
|
|
* Copyright (C) 2020 Marvell International Ltd.
|
2016-05-25 06:23:31 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Device Tree file for Marvell Armada AP806.
|
|
|
|
*/
|
|
|
|
|
2021-02-23 13:11:36 +00:00
|
|
|
/* AP806 Settings */
|
|
|
|
#define AP_NAME ap806
|
2016-05-25 06:23:31 +00:00
|
|
|
|
2021-02-23 13:11:36 +00:00
|
|
|
#include "armada-ap80x.dtsi"
|
2016-05-25 06:23:31 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Marvell Armada AP806";
|
|
|
|
|
2021-02-23 13:11:36 +00:00
|
|
|
AP_NAME {
|
2016-05-25 06:23:31 +00:00
|
|
|
config-space {
|
2021-02-23 13:11:36 +00:00
|
|
|
sar-reg {
|
|
|
|
compatible = "marvell,sample-at-reset-common",
|
|
|
|
"marvell,sample-at-reset-ap806";
|
|
|
|
reg = <0x6F8200 0x8>;
|
|
|
|
sar-driver = "ap806_sar";
|
|
|
|
sar-name = "ap806_sar";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
thermal: thermal@6f8084 {
|
|
|
|
compatible = "marvell,mvebu-thermal",
|
|
|
|
"marvell,thermal-ext-sensor";
|
|
|
|
reg = <0x6f8084 0x12>;
|
|
|
|
gain = <425>;
|
|
|
|
offset = <153400>;
|
|
|
|
divisor = <1000>;
|
|
|
|
status = "okay";
|
2016-05-25 06:23:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|