Lines Matching +full:mt6357 +full:- +full:keys
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/mediatek,mt6357.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek MT6357 PMIC
10 - Flora Fu <flora.fu@mediatek.com>
11 - Alexandre Mergnat <amergnat@baylibre.com>
14 MT6357 is a power management system chip containing 5 buck
19 - Regulator
20 - RTC
21 - Keys
30 const: mediatek,mt6357
35 interrupt-controller: true
37 "#interrupt-cells":
42 $ref: /schemas/regulator/mediatek,mt6357-regulator.yaml
45 List of MT6357 BUCKs and LDOs regulators.
52 MT6357 Real Time Clock.
55 const: mediatek,mt6357-rtc
56 start-year: true
58 - compatible
60 keys:
62 $ref: /schemas/input/mediatek,pmic-keys.yaml
65 MT6357 power and home keys.
68 - compatible
69 - regulators
74 - |
75 #include <dt-bindings/interrupt-controller/arm-gic.h>
79 compatible = "mediatek,mt6357";
81 interrupt-parent = <&pio>;
83 interrupt-controller;
84 #interrupt-cells = <2>;
87 mt6357_vproc_reg: buck-vproc {
88 regulator-name = "vproc";
89 regulator-min-microvolt = <518750>;
90 regulator-max-microvolt = <1312500>;
91 regulator-ramp-delay = <6250>;
92 regulator-enable-ramp-delay = <220>;
93 regulator-always-on;
98 mt6357_vusb33_reg: ldo-vusb33 {
99 regulator-name = "vusb33";
100 regulator-min-microvolt = <3000000>;
101 regulator-max-microvolt = <3100000>;
102 regulator-enable-ramp-delay = <264>;
107 compatible = "mediatek,mt6357-rtc";
110 keys {
111 compatible = "mediatek,mt6357-keys";