Lines Matching +full:rave +full:- +full:wdt

1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 * SPB - Seat Power Box
11 /dts-v1/;
19 stdout-path = &uart0;
27 gpio-leds {
28 compatible = "gpio-leds";
29 pinctrl-0 = <&pinctrl_leds_debug>;
30 pinctrl-names = "default";
32 led-debug {
35 linux,default-trigger = "heartbeat";
39 reg_vcc_3v3_mcu: regulator-vcc-3v3-mcu {
40 compatible = "regulator-fixed";
41 regulator-name = "vcc_3v3_mcu";
42 regulator-min-microvolt = <3300000>;
43 regulator-max-microvolt = <3300000>;
46 supply-voltage-monitor {
47 compatible = "iio-hwmon";
48 io-channels = <&adc0 8>, /* 28V_SW */
56 vref-supply = <&reg_vcc_3v3_mcu>;
61 vref-supply = <&reg_vcc_3v3_mcu>;
66 bus-num = <1>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&pinctrl_dspi1>;
72 #address-cells = <1>;
73 #size-cells = <1>;
74 compatible = "m25p128", "jedec,spi-nor";
76 spi-max-frequency = <50000000>;
89 pinctrl-names = "default";
90 pinctrl-0 = <&pinctrl_esdhc0>;
91 bus-width = <8>;
92 non-removable;
93 no-1-8-v;
94 keep-power-in-suspend;
95 no-sdio;
96 no-sd;
101 pinctrl-names = "default";
102 pinctrl-0 = <&pinctrl_esdhc1>;
103 bus-width = <4>;
104 no-sdio;
109 phy-mode = "rmii";
110 pinctrl-names = "default";
111 pinctrl-0 = <&pinctrl_fec1>;
114 fixed-link {
116 full-duplex;
120 #address-cells = <1>;
121 #size-cells = <0>;
122 clock-frequency = <12500000>;
123 suppress-preamble;
126 switch0: ethernet-switch@0 {
128 pinctrl-0 = <&pinctrl_gpio_switch0>;
129 pinctrl-names = "default";
131 eeprom-length = <65536>;
132 interrupt-parent = <&gpio3>;
134 interrupt-controller;
135 #interrupt-cells = <2>;
137 ethernet-ports {
138 #address-cells = <1>;
139 #size-cells = <0>;
141 ethernet-port@0 {
143 phy-mode = "rmii";
146 fixed-link {
148 full-duplex;
152 ethernet-port@1 {
157 ethernet-port@2 {
162 ethernet-port@3 {
167 ethernet-port@4 {
172 ethernet-port@5 {
177 ethernet-port@6 {
187 clock-frequency = <100000>;
188 pinctrl-names = "default";
189 pinctrl-0 = <&pinctrl_i2c0>;
192 io-expander@22 {
195 gpio-controller;
196 #gpio-cells = <2>;
212 clock-frequency = <100000>;
213 pinctrl-names = "default";
214 pinctrl-0 = <&pinctrl_i2c1>;
218 compatible = "zii,rave-wdt";
228 pinctrl-names = "default";
229 pinctrl-0 = <&pinctrl_uart0>;
234 pinctrl-names = "default";
235 pinctrl-0 = <&pinctrl_uart1>;
240 pinctrl-names = "default";
241 pinctrl-0 = <&pinctrl_uart2>;
245 compatible = "zii,rave-sp-rdu2";
246 current-speed = <1000000>;
247 #address-cells = <1>;
248 #size-cells = <1>;
251 compatible = "zii,rave-sp-watchdog";
255 compatible = "zii,rave-sp-eeprom";
257 #address-cells = <1>;
258 #size-cells = <1>;
259 zii,eeprom-name = "main-eeprom";
265 pinctrl-names = "default";
266 pinctrl-0 = <&pinctrl_uart3>;
326 pinctrl_gpio_switch0: pinctrl-gpio-switch0 {
346 pinctrl_leds_debug: pinctrl-leds-debug {