Lines Matching +full:dw +full:- +full:apb +full:- +full:ssi
1 // SPDX-License-Identifier: GPL-2.0+
12 compatible = "simple-bus";
13 #address-cells = <1>;
14 #size-cells = <1>;
16 u-boot,dm-pre-reloc;
19 compatible = "simple-bus";
20 u-boot,dm-pre-reloc;
23 compatible = "fixed-clock";
24 clock-frequency = <50000000>;
25 #clock-cells = <0>;
29 compatible = "fixed-clock";
30 clock-frequency = <33333333>;
31 #clock-cells = <0>;
32 u-boot,dm-pre-reloc;
37 compatible = "altr,socfpga-stmmac";
39 phy-mode = "gmii";
42 clock-names = "stmmaceth";
43 max-speed = <100>;
47 compatible = "generic-ehci";
52 compatible = "generic-ohci";
57 compatible = "snps,dw-apb-uart";
60 reg-shift = <2>;
61 reg-io-width = <4>;
65 compatible = "snps,dw-apb-ssi";
67 #address-cells = <1>;
68 #size-cells = <0>;
69 spi-max-frequency = <4000000>;
71 clock-names = "spi_clk";
72 cs-gpio = <&cs_gpio 0>;
74 compatible = "spi-flash";
76 spi-max-frequency = <4000000>;
81 compatible = "snps,creg-gpio";
83 gpio-controller;
84 #gpio-cells = <1>;
85 gpio-bank-name = "axs-spi-cs";
86 gpio-count = <1>;
87 gpio-first-shift = <0>;
88 gpio-bit-per-line = <2>;
89 gpio-activate-val = <1>;
90 gpio-deactivate-val = <3>;
91 gpio-default-val = <1>;