Lines Matching +full:soc +full:- +full:gpio13
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
5 * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
9 /dts-v1/;
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/input/input.h>
13 #include <dt-bindings/leds/common.h>
22 stdout-path = "serial0:115200n8";
26 compatible = "regulator-fixed";
27 regulator-min-microvolt = <3300000>;
28 regulator-max-microvolt = <3300000>;
29 regulator-boot-on;
30 regulator-always-on;
31 regulator-name = "fixed_3p3";
35 compatible = "regulator-fixed";
36 regulator-min-microvolt = <925000>;
37 regulator-max-microvolt = <925000>;
38 regulator-boot-on;
39 regulator-always-on;
40 regulator-name = "fixed_0p925";
43 gpio-keys {
44 compatible = "gpio-keys";
45 pinctrl-0 = <&gpio_keys_default>;
46 pinctrl-names = "default";
48 button-wps {
52 debounce-interval = <60>;
57 compatible = "gpio-leds";
58 pinctrl-0 = <&gpio_leds_default>;
59 pinctrl-names = "default";
61 led-0 {
65 linux,default-trigger = "phy0tx";
66 default-state = "off";
72 pinctrl-0 = <&spi_0_pins>;
73 pinctrl-names = "default";
77 compatible = "micron,n25q128a11", "jedec,spi-nor";
79 #address-cells = <1>;
80 #size-cells = <1>;
81 spi-max-frequency = <50000000>;
86 pinctrl-0 = <&uart2_pins>;
87 pinctrl-names = "default";
93 compatible = "qcom,rpm-mp5496-regulators";
97 * During kernel bootup, the SoC runs at 800MHz with 875mV set by the bootloaders.
100 * Update the regulator-min-microvolt with SVS voltage of 725mV so that
104 regulator-min-microvolt = <725000>;
105 regulator-max-microvolt = <1075000>;
109 regulator-min-microvolt = <1800000>;
110 regulator-max-microvolt = <1800000>;
111 regulator-always-on;
112 regulator-boot-on;
118 clock-frequency = <32000>;
122 spi_0_pins: spi-0-state {
123 pins = "gpio11", "gpio12", "gpio13", "gpio14";
125 drive-strength = <8>;
126 bias-disable;
129 gpio_keys_default: gpio-keys-default-state {
132 drive-strength = <8>;
133 bias-pull-up;
136 gpio_leds_default: gpio-leds-default-state {
139 drive-strength = <8>;
140 bias-pull-up;
149 vdda-pll-supply = <&mp5496_l2>;
150 vdda-phy-supply = <®ulator_fixed_0p925>;
156 vdd-supply = <®ulator_fixed_0p925>;
157 vdda-pll-supply = <&mp5496_l2>;
158 vdda-phy-dpdm-supply = <®ulator_fixed_3p3>;
168 clock-frequency = <24000000>;