mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 00:30:39 +01:00
Remove I2C, PCIe, PWM, UART and USB from the MT7987A SoC dtsi. These should not be enabled by default, but rather enabled based on the device. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
37 lines
484 B
Text
37 lines
484 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 <dt-bindings/leds/common.h>
|
|
#include "mt7987.dtsi"
|
|
|
|
/ {
|
|
compatible = "mediatek,mt7987a", "mediatek,mt7987";
|
|
|
|
memory {
|
|
reg = <0 0x40000000 0 0x10000000>;
|
|
};
|
|
};
|
|
|
|
&boottrap {
|
|
status = "okay";
|
|
};
|
|
|
|
&infra_bus_prot {
|
|
status = "okay";
|
|
};
|
|
|
|
&lvts {
|
|
status = "okay";
|
|
};
|
|
|
|
&trng {
|
|
status = "okay";
|
|
};
|
|
|
|
&watchdog {
|
|
status = "okay";
|
|
};
|