Lines Matching +full:reg +full:- +full:names
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "bcm2836-rpi.dtsi"
9 reg = <0 0x40000000>;
17 /delete-node/ act;
20 reg_3v3: fixed-regulator {
21 compatible = "regulator-fixed";
22 regulator-name = "3V3";
23 regulator-min-microvolt = <3300000>;
24 regulator-max-microvolt = <3300000>;
25 regulator-always-on;
28 reg_1v8: fixed-regulator {
29 compatible = "regulator-fixed";
30 regulator-name = "1V8";
31 regulator-min-microvolt = <1800000>;
32 regulator-max-microvolt = <1800000>;
33 regulator-always-on;
39 compatible = "raspberrypi,firmware-gpio";
40 gpio-controller;
41 #gpio-cells = <2>;
42 gpio-line-names = "HDMI_HPD_N",
55 pinctrl-names = "default";
56 pinctrl-0 = <&sdhost_gpio48>;
57 bus-width = <4>;
58 vmmc-supply = <®_3v3>;
59 vqmmc-supply = <®_1v8>;