1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2013 MundoReader S.L.
4 * Author: Heiko Stuebner <heiko@sntech.de>
8 #include <dt-bindings/input/input.h>
9 #include "rk3066a.dtsi"
13 compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
16 device_type = "memory";
17 reg = <0x60000000 0x40000000>;
21 compatible = "pwm-regulator";
22 pwms = <&pwm3 0 1000>;
23 regulator-name = "vdd_log";
24 regulator-min-microvolt = <1200000>;
25 regulator-max-microvolt = <1200000>;
27 voltage-table = <1000000 100>,
32 vcc_sd0: fixed-regulator {
33 compatible = "regulator-fixed";
34 regulator-name = "sdmmc-supply";
35 regulator-min-microvolt = <3000000>;
36 regulator-max-microvolt = <3000000>;
37 gpio = <&gpio3 RK_PA7 GPIO_ACTIVE_LOW>;
38 startup-delay-us = <100000>;
39 vin-supply = <&vcc_io>;
43 compatible = "gpio-keys";
47 gpios = <&gpio6 RK_PA2 GPIO_ACTIVE_LOW>; /* GPIO6_A2 */
48 linux,code = <KEY_POWER>;
49 label = "GPIO Key Power";
50 linux,input-type = <1>;
52 debounce-interval = <100>;
55 gpios = <&gpio4 RK_PC5 GPIO_ACTIVE_LOW>; /* GPIO4_C5 */
56 linux,code = <KEY_VOLUMEDOWN>;
57 label = "GPIO Key Vol-";
58 linux,input-type = <1>;
59 debounce-interval = <100>;
61 /* VOL+ comes somehow thru the ADC */
66 cpu-supply = <&vdd_arm>;
70 cpu-supply = <&vdd_arm>;
75 clock-frequency = <400000>;
80 interrupt-parent = <&gpio6>;
81 interrupts = <RK_PA6 IRQ_TYPE_LEVEL_LOW>;
83 vcc5-supply = <&vcc_io>;
84 vcc6-supply = <&vcc_io>;
87 vcc_rtc: regulator@0 {
88 regulator-name = "vcc_rtc";
93 regulator-name = "vcc_io";
97 vdd_arm: regulator@2 {
98 regulator-name = "vdd_arm";
99 regulator-min-microvolt = <600000>;
100 regulator-max-microvolt = <1500000>;
105 vcc_ddr: regulator@3 {
106 regulator-name = "vcc_ddr";
107 regulator-min-microvolt = <600000>;
108 regulator-max-microvolt = <1500000>;
113 vcc18_cif: regulator@5 {
114 regulator-name = "vcc18_cif";
118 vdd_11: regulator@6 {
119 regulator-name = "vdd_11";
123 vcc_25: regulator@7 {
124 regulator-name = "vcc_25";
128 vcc_18: regulator@8 {
129 regulator-name = "vcc_18";
133 vcc25_hdmi: regulator@9 {
134 regulator-name = "vcc25_hdmi";
138 vcca_33: regulator@10 {
139 regulator-name = "vcca_33";
143 vcc_tp: regulator@11 {
144 regulator-name = "vcc_tp";
148 vcc28_cif: regulator@12 {
149 regulator-name = "vcc28_cif";
156 /* must be included after &tps gets defined */
157 #include "tps65910.dtsi"
161 pinctrl-names = "default";
162 pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
163 vmmc-supply = <&vcc_sd0>;
174 pinctrl-names = "default";
175 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;