mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 09:46:55 +07:00
f682a21854
This adds a generic devicetree board file and a dtsi for boards based on MT6589 SoCs from Mediatek. Apart from the generic parts (gic, clocks) the only component currently supported are the timers. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
config ARCH_MEDIATEK
|
|
bool "Mediatek MT6589 SoC" if ARCH_MULTI_V7
|
|
select ARM_GIC
|
|
select MTK_TIMER
|
|
help
|
|
Support for Mediatek Cortex-A7 Quad-Core-SoC MT6589.
|