Lines Matching +full:rp1 +full:- +full:clocks
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/interrupt-controller/irq.h>
5 #include <dt-bindings/clock/raspberrypi,rp1-clocks.h>
7 pci_ep_bus: pci-ep-bus@1 {
8 compatible = "simple-bus";
10 dma-ranges = <0x10 0x00000000 0x43000000 0x10 0x00000000 0x10 0x00000000>;
11 #address-cells = <2>;
12 #size-cells = <2>;
14 rp1_clocks: clocks@40018000 {
15 compatible = "raspberrypi,rp1-clocks";
17 #clock-cells = <1>;
18 clocks = <&clk_rp1_xosc>;
19 assigned-clocks = <&rp1_clocks RP1_PLL_SYS_CORE>,
23 assigned-clock-rates = <1000000000>, // RP1_PLL_SYS_CORE
30 compatible = "raspberrypi,rp1-gpio";
34 gpio-controller;
35 #gpio-cells = <2>;
36 interrupt-controller;
37 #interrupt-cells = <2>;