
18 Jul
2018
18 Jul
'18
7:55 p.m.
On 16.07.2018 19:06, Philippe Reynes wrote:
This adds the initial support of the Broadcom BCM6838 SoC familly, only cpu, dram, uart and leds are supported.
Signed-off-by: Philippe Reynes philippe.reynes@softathome.com
arch/mips/dts/brcm,bcm6838.dtsi | 75 +++++++++++++++++++++++++++++++++++++++++ arch/mips/mach-bmips/Kconfig | 13 +++++++ drivers/cpu/bmips_cpu.c | 33 ++++++++++++++++++ include/configs/bmips_bcm6838.h | 24 +++++++++++++ 4 files changed, 145 insertions(+) create mode 100644 arch/mips/dts/brcm,bcm6838.dtsi create mode 100644 include/configs/bmips_bcm6838.h
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com
--
- Daniel