mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 14:13:51 +01:00
Import and clean DT and DT-overlay files from MediaTek's SDK to build an image with various DT-overlays for the MT7987 reference board. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
31 lines
553 B
Text
31 lines
553 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright (C) 2023 MediaTek Inc.
|
|
* Author: Sam.Shih <sam.shih@mediatek.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt7987a.dtsi"
|
|
#include "mt7987-netsys-eth2-usb.dtsi"
|
|
|
|
/ {
|
|
compatible = "mediatek,mt7987b", "mediatek,mt7987";
|
|
|
|
memory {
|
|
reg = <0 0x40000000 0 0x10000000>;
|
|
};
|
|
|
|
cpus {
|
|
/delete-node/ cpu@2;
|
|
/delete-node/ cpu@3;
|
|
};
|
|
};
|
|
|
|
&cpu_thermal {
|
|
cooling-maps {
|
|
cpu-active-hot {
|
|
cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
|
<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
|
};
|
|
};
|
|
};
|