1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
6 #include <dt-bindings/clock/bcm3380-clock.h>
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/reset/bcm3380-reset.h>
9 #include "skeleton.dtsi"
12 compatible = "brcm,bcm3380";
19 reg = <0x14e00000 0x4>;
25 compatible = "brcm,bcm3380-cpu", "mips,mips4Kc";
32 compatible = "brcm,bcm3380-cpu", "mips,mips4Kc";
40 compatible = "simple-bus";
45 periph_osc: periph-osc {
46 compatible = "fixed-clock";
48 clock-frequency = <48000000>;
52 periph_clk0: periph-clk@14e00004 {
53 compatible = "brcm,bcm6345-clk";
54 reg = <0x14e00004 0x4>;
58 periph_clk1: periph-clk@14e00008 {
59 compatible = "brcm,bcm6345-clk";
60 reg = <0x14e00008 0x4>;
66 compatible = "simple-bus";
71 memory-controller@12000000 {
72 compatible = "brcm,bcm6328-mc";
73 reg = <0x12000000 0x1000>;
77 periph_rst0: reset-controller@14e0008c {
78 compatible = "brcm,bcm6345-reset";
79 reg = <0x14e0008c 0x4>;
83 periph_rst1: reset-controller@14e00090 {
84 compatible = "brcm,bcm6345-reset";
85 reg = <0x14e00090 0x4>;
89 pll_cntl: syscon@14e00094 {
90 compatible = "syscon";
91 reg = <0x14e00094 0x4>;
95 compatible = "syscon-reboot";
101 wdt: watchdog@14e000dc {
102 compatible = "brcm,bcm6345-wdt";
103 reg = <0x14e000dc 0xc>;
105 clocks = <&periph_osc>;
109 compatible = "wdt-reboot";
113 gpio0: gpio-controller@14e00100 {
114 compatible = "brcm,bcm6345-gpio";
115 reg = <0x14e00100 0x4>, <0x14e00108 0x4>;
122 gpio1: gpio-controller@14e00104 {
123 compatible = "brcm,bcm6345-gpio";
124 reg = <0x14e00104 0x4>, <0x14e0010c 0x4>;
132 uart0: serial@14e00200 {
133 compatible = "brcm,bcm6345-uart";
134 reg = <0x14e00200 0x18>;
135 clocks = <&periph_osc>;
140 uart1: serial@14e00220 {
141 compatible = "brcm,bcm6345-uart";
142 reg = <0x14e00220 0x18>;
143 clocks = <&periph_osc>;
149 compatible = "brcm,bcm6358-spi";
150 reg = <0x14e02000 0x70c>;
151 #address-cells = <1>;
153 clocks = <&periph_clk0 BCM3380_CLK0_SPI>;
154 resets = <&periph_rst0 BCM3380_RST0_SPI>;
155 spi-max-frequency = <25000000>;
161 leds: led-controller@14e00f00 {
162 compatible = "brcm,bcm6328-leds";
163 reg = <0x14e00f00 0x1c>;
164 #address-cells = <1>;