Lines Matching +full:keep +full:- +full:vref +full:- +full:on

1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 * SSMB - SPU3 Switch Management Board
7 * SPU - Seat Power Unit
11 * Based on an original 'vf610-twr.dts' which is Copyright 2015,
15 /dts-v1/;
23 stdout-path = &uart0;
31 gpio-leds {
32 compatible = "gpio-leds";
33 pinctrl-0 = <&pinctrl_leds_debug>;
34 pinctrl-names = "default";
36 led-debug {
39 linux,default-trigger = "heartbeat";
44 compatible = "regulator-fixed";
45 regulator-name = "vcc_3v3_mcu";
46 regulator-min-microvolt = <3300000>;
47 regulator-max-microvolt = <3300000>;
50 supply-voltage-monitor {
51 compatible = "iio-hwmon";
52 io-channels = <&adc0 8>, /* 12V_MAIN */
60 vref-supply = <&reg_vcc_3v3_mcu>;
65 vref-supply = <&reg_vcc_3v3_mcu>;
70 bus-num = <1>;
71 pinctrl-names = "default";
72 pinctrl-0 = <&pinctrl_dspi1>;
74 * Some SPU3s come with SPI-NOR chip DNPed, so we leave this
75 * node disabled by default and rely on bootloader to enable
81 #address-cells = <1>;
82 #size-cells = <1>;
83 compatible = "m25p128", "jedec,spi-nor";
85 spi-max-frequency = <50000000>;
88 label = "m25p128-0";
103 pinctrl-names = "default";
104 pinctrl-0 = <&pinctrl_esdhc0>;
105 bus-width = <8>;
106 non-removable;
107 no-1-8-v;
108 keep-power-in-suspend;
109 no-sdio;
110 no-sd;
115 pinctrl-names = "default";
116 pinctrl-0 = <&pinctrl_esdhc1>;
117 bus-width = <4>;
118 no-sdio;
123 phy-mode = "rmii";
124 pinctrl-names = "default";
125 pinctrl-0 = <&pinctrl_fec1>;
128 fixed-link {
130 full-duplex;
134 #address-cells = <1>;
135 #size-cells = <0>;
136 clock-frequency = <12500000>;
137 suppress-preamble;
140 switch0: ethernet-switch@0 {
142 pinctrl-0 = <&pinctrl_gpio_switch0>;
143 pinctrl-names = "default";
145 eeprom-length = <65536>;
146 interrupt-parent = <&gpio3>;
148 interrupt-controller;
149 #interrupt-cells = <2>;
151 ethernet-ports {
152 #address-cells = <1>;
153 #size-cells = <0>;
155 ethernet-port@0 {
157 phy-mode = "rmii";
160 fixed-link {
162 full-duplex;
166 ethernet-port@1 {
171 ethernet-port@2 {
176 ethernet-port@3 {
181 ethernet-port@4 {
186 ethernet-port@5 {
191 ethernet-port@6 {
201 clock-frequency = <100000>;
202 pinctrl-names = "default";
203 pinctrl-0 = <&pinctrl_i2c0>;
206 gpio6: io-expander@22 {
209 gpio-controller;
210 #gpio-cells = <2>;
231 clock-frequency = <100000>;
232 pinctrl-names = "default";
233 pinctrl-0 = <&pinctrl_i2c1>;
237 compatible = "zii,rave-wdt";
247 pinctrl-names = "default";
248 pinctrl-0 = <&pinctrl_uart0>;
253 pinctrl-names = "default";
254 pinctrl-0 = <&pinctrl_uart1>;
258 compatible = "zii,rave-sp-rdu2";
259 current-speed = <1000000>;
260 #address-cells = <1>;
261 #size-cells = <1>;
264 compatible = "zii,rave-sp-watchdog";
268 compatible = "zii,rave-sp-eeprom";
270 #address-cells = <1>;
271 #size-cells = <1>;
272 zii,eeprom-name = "main-eeprom";
333 pinctrl_gpio_switch0: pinctrl-gpio-switch0 {
353 pinctrl_leds_debug: pinctrl-leds-debug {