Lines Matching +full:post +full:- +full:clocks
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 #include "sun50i-h6-orangepi.dtsi"
8 compatible = "xunlong,orangepi-lite2", "allwinner,sun50i-h6";
11 serial1 = &uart1; /* BT-UART */
15 compatible = "mmc-pwrseq-simple";
16 clocks = <&rtc CLK_OSC32K_FANOUT>;
17 clock-names = "ext_clock";
18 reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>; /* PM3 */
19 post-power-on-delay-ms = <200>;
24 vmmc-supply = <®_cldo2>;
25 vqmmc-supply = <®_bldo3>;
26 mmc-pwrseq = <&wifi_pwrseq>;
27 bus-width = <4>;
28 non-removable;
31 brcm: sdio-wifi@1 {
33 compatible = "brcm,bcm4329-fmac";
34 interrupt-parent = <&r_pio>;
36 interrupt-names = "host-wake";
47 regulator-always-on;
55 regulator-always-on;
60 pinctrl-names = "default";
61 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
62 uart-has-rtscts;
67 clocks = <&rtc CLK_OSC32K_FANOUT>;
68 clock-names = "lpo";
69 device-wakeup-gpios = <&r_pio 1 2 GPIO_ACTIVE_HIGH>; /* PM2 */
70 host-wakeup-gpios = <&r_pio 1 1 GPIO_ACTIVE_HIGH>; /* PM1 */
71 shutdown-gpios = <&r_pio 1 4 GPIO_ACTIVE_HIGH>; /* PM4 */
72 max-speed = <1500000>;