Lines Matching +full:assigned +full:- +full:clock +full:- +full:parents

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * Copyright (C) 2019 reMarkable AS - http://www.remarkable.com/
8 /dts-v1/;
14 compatible = "remarkable,imx7d-remarkable2", "fsl,imx7d";
17 stdout-path = &uart6;
25 reg_brcm: regulator-brcm {
26 compatible = "regulator-fixed";
27 regulator-name = "brcm_reg";
28 regulator-min-microvolt = <3300000>;
29 regulator-max-microvolt = <3300000>;
30 pinctrl-names = "default";
31 pinctrl-0 = <&pinctrl_brcm_reg>;
33 enable-active-high;
34 startup-delay-us = <150>;
38 compatible = "mmc-pwrseq-simple";
39 pinctrl-names = "default";
40 pinctrl-0 = <&pinctrl_wifi>;
41 reset-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
43 clock-names = "ext_clock";
48 assigned-clocks = <&clks IMX7D_CLKO2_ROOT_SRC>,
50 assigned-clock-parents = <&clks IMX7D_CKIL>;
51 assigned-clock-rates = <0>, <32768>;
59 pinctrl-names = "default";
60 pinctrl-0 = <&pinctrl_uart1>;
61 assigned-clocks = <&clks IMX7D_UART1_ROOT_SRC>;
62 assigned-clock-parents = <&clks IMX7D_OSC_24M_CLK>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&pinctrl_uart6>;
69 assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
70 assigned-clock-parents = <&clks IMX7D_OSC_24M_CLK>;
75 srp-disable;
76 hnp-disable;
81 #address-cells = <1>;
82 #size-cells = <0>;
83 pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
84 pinctrl-0 = <&pinctrl_usdhc2>;
85 pinctrl-1 = <&pinctrl_usdhc2_100mhz>;
86 pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
87 mmc-pwrseq = <&wifi_pwrseq>;
88 vmmc-supply = <&reg_brcm>;
89 bus-width = <4>;
90 non-removable;
91 keep-power-in-suspend;
92 cap-power-off-card;
97 compatible = "brcm,bcm4329-fmac";
102 pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
103 pinctrl-0 = <&pinctrl_usdhc3>;
104 pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
105 pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
106 pinctrl-3 = <&pinctrl_usdhc3>;
107 assigned-clocks = <&clks IMX7D_USDHC3_ROOT_CLK>;
108 assigned-clock-rates = <400000000>;
109 bus-width = <8>;
110 non-removable;
115 pinctrl-names = "default";
116 pinctrl-0 = <&pinctrl_wdog>;
117 fsl,ext-reset-output;