
On 3 May 2017 at 07:09, Álvaro Fernández Rojas noltari@gmail.com wrote:
This serves as an example for bcm6358-leds.
Signed-off-by: Álvaro Fernández Rojas noltari@gmail.com
arch/mips/dts/sfr,nb4-ser.dts | 93 +++++++++++++++++++++++++++++++++++++++ board/sfr/nb4_ser/Kconfig | 12 +++++ board/sfr/nb4_ser/MAINTAINERS | 6 +++ board/sfr/nb4_ser/Makefile | 5 +++ board/sfr/nb4_ser/nb4-ser.c | 7 +++ configs/sfr_nb4-ser_ram_defconfig | 52 ++++++++++++++++++++++ include/configs/sfr_nb4_ser.h | 20 +++++++++ 7 files changed, 195 insertions(+) create mode 100644 arch/mips/dts/sfr,nb4-ser.dts create mode 100644 board/sfr/nb4_ser/Kconfig create mode 100644 board/sfr/nb4_ser/MAINTAINERS create mode 100644 board/sfr/nb4_ser/Makefile create mode 100644 board/sfr/nb4_ser/nb4-ser.c create mode 100644 configs/sfr_nb4-ser_ram_defconfig create mode 100644 include/configs/sfr_nb4_ser.h
Reviewed-by: Simon Glass sjg@chromium.org