blob: f432089ab25bdebe2962df77ce17683dac6eb1ce [file] [log] [blame]
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +01001// SPDX-License-Identifier: GPL-2.0
Stefan Roese13354832016-05-25 08:23:31 +02002/*
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +01003 * Copyright (C) 2020 Marvell International Ltd.
Stefan Roese13354832016-05-25 08:23:31 +02004 */
5
6/*
7 * Device Tree file for Marvell Armada AP806.
8 */
9
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010010/* AP806 Settings */
11#define AP_NAME ap806
Stefan Roese13354832016-05-25 08:23:31 +020012
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010013#include "armada-ap80x.dtsi"
Stefan Roese13354832016-05-25 08:23:31 +020014
15/ {
16 model = "Marvell Armada AP806";
Stefan Roese13354832016-05-25 08:23:31 +020017
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010018 AP_NAME {
Stefan Roese13354832016-05-25 08:23:31 +020019 config-space {
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010020 sar-reg {
21 compatible = "marvell,sample-at-reset-common",
22 "marvell,sample-at-reset-ap806";
23 reg = <0x6F8200 0x8>;
24 sar-driver = "ap806_sar";
25 sar-name = "ap806_sar";
26 status = "okay";
Stefan Roese13354832016-05-25 08:23:31 +020027 };
28
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010029 thermal: thermal@6f8084 {
30 compatible = "marvell,mvebu-thermal",
31 "marvell,thermal-ext-sensor";
32 reg = <0x6f8084 0x12>;
33 gain = <425>;
34 offset = <153400>;
35 divisor = <1000>;
36 status = "okay";
Stefan Roese13354832016-05-25 08:23:31 +020037 };
38 };
39 };
40};