Lines Matching +full:pre +full:- +full:clocks

1 // SPDX-License-Identifier: GPL-2.0+
6 #include <dt-bindings/clock/bcm3380-clock.h>
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/reset/bcm3380-reset.h>
20 #address-cells = <1>;
21 #size-cells = <0>;
22 u-boot,dm-pre-reloc;
25 compatible = "brcm,bcm3380-cpu", "mips,mips4Kc";
28 u-boot,dm-pre-reloc;
32 compatible = "brcm,bcm3380-cpu", "mips,mips4Kc";
35 u-boot,dm-pre-reloc;
39 clocks {
40 compatible = "simple-bus";
41 #address-cells = <1>;
42 #size-cells = <1>;
43 u-boot,dm-pre-reloc;
45 periph_osc: periph-osc {
46 compatible = "fixed-clock";
47 #clock-cells = <0>;
48 clock-frequency = <48000000>;
49 u-boot,dm-pre-reloc;
52 periph_clk0: periph-clk@14e00004 {
53 compatible = "brcm,bcm6345-clk";
55 #clock-cells = <1>;
58 periph_clk1: periph-clk@14e00008 {
59 compatible = "brcm,bcm6345-clk";
61 #clock-cells = <1>;
66 compatible = "simple-bus";
67 #address-cells = <1>;
68 #size-cells = <1>;
69 u-boot,dm-pre-reloc;
71 memory-controller@12000000 {
72 compatible = "brcm,bcm6328-mc";
74 u-boot,dm-pre-reloc;
77 periph_rst0: reset-controller@14e0008c {
78 compatible = "brcm,bcm6345-reset";
80 #reset-cells = <1>;
83 periph_rst1: reset-controller@14e00090 {
84 compatible = "brcm,bcm6345-reset";
86 #reset-cells = <1>;
94 syscon-reboot {
95 compatible = "syscon-reboot";
102 compatible = "brcm,bcm6345-wdt";
105 clocks = <&periph_osc>;
108 wdt-reboot {
109 compatible = "wdt-reboot";
113 gpio0: gpio-controller@14e00100 {
114 compatible = "brcm,bcm6345-gpio";
116 gpio-controller;
117 #gpio-cells = <2>;
122 gpio1: gpio-controller@14e00104 {
123 compatible = "brcm,bcm6345-gpio";
125 gpio-controller;
126 #gpio-cells = <2>;
133 compatible = "brcm,bcm6345-uart";
135 clocks = <&periph_osc>;
141 compatible = "brcm,bcm6345-uart";
143 clocks = <&periph_osc>;
149 compatible = "brcm,bcm6358-spi";
151 #address-cells = <1>;
152 #size-cells = <0>;
153 clocks = <&periph_clk0 BCM3380_CLK0_SPI>;
155 spi-max-frequency = <25000000>;
156 num-cs = <6>;
161 leds: led-controller@14e00f00 {
162 compatible = "brcm,bcm6328-leds";
164 #address-cells = <1>;
165 #size-cells = <0>;