On Sat, Apr 09, 2016 at 12:56:48PM +0200, Álvaro Fernández Rojas wrote: > This adds a device tree example for SFR Neufbox4 (Sercomm version), which > also serves as a real example for brcm,bcm6358-leds. > > Signed-off-by: Álvaro Fernández Rojas <noltari@xxxxxxxxx> > --- > v5: more device tree improvements > - There is just ohci/ehci node. > - Avoid using underscores in node names. > - Use interrupt-controller for cpu_intc. > - Rename uart aliases to serial. > v4: Device tree improvements: > - Switch to native-endian for syscon. > - Switch to bcm6345-l1-intc interrupt controller. > - Add ehci and ohci nodes. > v3: Device tree fixes > - Use interrupt-controller instead of periph_intc. > - Use led@# instead of naming the LEDs. > v2: Remove led0 alias and use stdout-path only > > .../devicetree/bindings/mips/brcm/soc.txt | 2 +- > arch/mips/bmips/Kconfig | 4 + > arch/mips/boot/dts/brcm/Makefile | 2 + > arch/mips/boot/dts/brcm/bcm6358.dtsi | 130 +++++++++++++++++++++ > arch/mips/boot/dts/brcm/bcm96358nb4ser.dts | 46 ++++++++ > 5 files changed, 183 insertions(+), 1 deletion(-) > create mode 100644 arch/mips/boot/dts/brcm/bcm6358.dtsi > create mode 100644 arch/mips/boot/dts/brcm/bcm96358nb4ser.dts Acked-by: Rob Herring <robh@xxxxxxxxxx>