Lines Matching +full:regulator +full:- +full:microvolt +full:- +full:offset
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2015 Jablotron s.r.o. -- https://www.jablotron.com/
7 #include <dt-bindings/interrupt-controller/irq.h>
11 compatible = "grinn,am335x-chilisom", "ti,am33xx";
15 cpu0-supply = <&dcdc2_reg>;
26 pinctrl-names = "default";
29 pinctrl-single,pins = <
36 pinctrl-single,pins = <
57 pinctrl-names = "default";
58 pinctrl-0 = <&i2c0_pins>;
61 clock-frequency = <400000>;
73 dcdc1_reg: regulator@0 {
74 regulator-name = "vdds_dpr";
75 regulator-always-on;
78 dcdc2_reg: regulator@1 {
79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
80 regulator-name = "vdd_mpu";
81 regulator-min-microvolt = <925000>;
82 regulator-max-microvolt = <1325000>;
83 regulator-boot-on;
84 regulator-always-on;
87 dcdc3_reg: regulator@2 {
88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
89 regulator-name = "vdd_core";
90 regulator-min-microvolt = <925000>;
91 regulator-max-microvolt = <1150000>;
92 regulator-boot-on;
93 regulator-always-on;
96 ldo1_reg: regulator@3 {
97 regulator-name = "vio,vrtc,vdds";
98 regulator-boot-on;
99 regulator-always-on;
102 ldo2_reg: regulator@4 {
103 regulator-name = "vdd_3v3aux";
104 regulator-boot-on;
105 regulator-always-on;
108 ldo3_reg: regulator@5 {
109 regulator-name = "vdd_1v8";
110 regulator-boot-on;
111 regulator-always-on;
114 ldo4_reg: regulator@6 {
115 regulator-name = "vdd_3v3d";
116 regulator-boot-on;
117 regulator-always-on;
123 system-power-controller;
125 pinctrl-0 = <&ext_wakeup>;
126 pinctrl-names = "default";
128 ext_wakeup: ext-wakeup {
130 input-enable;
141 pinctrl-names = "default";
142 pinctrl-0 = <&nandflash_pins>;
145 compatible = "ti,omap2-nand";
146 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
147 interrupt-parent = <&gpmc>;
150 rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
151 ti,nand-ecc-opt = "bch8";
152 ti,elm-id = <&elm>;
153 nand-bus-width = <8>;
154 gpmc,device-width = <1>;
155 gpmc,sync-clk-ps = <0>;
156 gpmc,cs-on-ns = <0>;
157 gpmc,cs-rd-off-ns = <44>;
158 gpmc,cs-wr-off-ns = <44>;
159 gpmc,adv-on-ns = <6>;
160 gpmc,adv-rd-off-ns = <34>;
161 gpmc,adv-wr-off-ns = <44>;
162 gpmc,we-on-ns = <0>;
163 gpmc,we-off-ns = <40>;
164 gpmc,oe-on-ns = <0>;
165 gpmc,oe-off-ns = <54>;
166 gpmc,access-ns = <64>;
167 gpmc,rd-cycle-ns = <82>;
168 gpmc,wr-cycle-ns = <82>;
169 gpmc,bus-turnaround-ns = <0>;
170 gpmc,cycle2cycle-delay-ns = <0>;
171 gpmc,clk-activation-ns = <0>;
172 gpmc,wr-access-ns = <40>;
173 gpmc,wr-data-mux-bus-ns = <0>;