mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
b1c81b4ced
Add support for SoCs based on AP807 die. Remove unused include file for Armada-8020 SoC. Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
40 lines
749 B
Text
40 lines
749 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2020 Marvell International Ltd.
|
|
*/
|
|
|
|
/*
|
|
* Device Tree file for Marvell Armada AP807.
|
|
*/
|
|
|
|
/* AP807 Settings */
|
|
#define AP_NAME ap807
|
|
|
|
#include "armada-ap80x.dtsi"
|
|
|
|
/ {
|
|
model = "Marvell Armada AP807";
|
|
|
|
AP_NAME {
|
|
config-space {
|
|
sar-reg {
|
|
compatible = "marvell,sample-at-reset-common",
|
|
"marvell,sample-at-reset-ap807";
|
|
reg = <0x6F8200 0x8>;
|
|
sar-driver = "ap807_sar";
|
|
sar-name = "ap807_sar";
|
|
status = "okay";
|
|
};
|
|
|
|
thermal: thermal@6f8084 {
|
|
compatible = "marvell,mvebu-thermal",
|
|
"marvell,thermal-ext-sensor";
|
|
reg = <0x6f8084 0x12>;
|
|
gain = <394>;
|
|
offset = <128900>;
|
|
divisor = <1000>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|