openwrt/target/linux/mediatek/dts/mt7987b.dtsi
Daniel Golle 9de7189ed4 mediatek: build image for MT7987 RFB
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>
2025-11-05 14:19:40 +00:00

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>;
};
};
};