Lines Matching +full:rb +full:- +full:gpios

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * at91-sama5d4_xplained.dts - Device Tree file for SAMA5D4 Xplained board
8 /dts-v1/;
13 compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5";
16 stdout-path = "serial0:115200n8";
25 clock-frequency = <32768>;
29 clock-frequency = <12000000>;
36 atmel,use-dma-rx;
37 atmel,use-dma-tx;
42 cs-gpios = <&pioC 3 0>, <0>, <0>, <0>;
46 spi-max-frequency = <50000000>;
52 i2c-digital-filter;
57 phy-mode = "rmii";
59 pinctrl-names = "default";
60 pinctrl-0 = <&pinctrl_macb0_rmii &pinctrl_macb0_phy_irq>;
62 phy0: ethernet-phy@1 {
63 interrupt-parent = <&pioE>;
70 pinctrl-names = "default";
71 pinctrl-0 = <&pinctrl_mmc1_clk_cmd_dat0 &pinctrl_mmc1_dat1_3 &pinctrl_mmc1_cd>;
72 vmmc-supply = <&vcc_mmc1_reg>;
73 vqmmc-supply = <&vcc_3v3_reg>;
77 bus-width = <4>;
78 cd-gpios = <&pioE 3 0>;
83 atmel,use-dma-rx;
84 atmel,use-dma-tx;
93 cs-gpios = <&pioB 21 0>;
99 compatible = "atmel,tcb-timer";
104 compatible = "atmel,tcb-timer";
110 pinctrl-names = "default";
111 pinctrl-0 = <
119 atmel,adc-vref = <3300>;
150 atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>;
151 pinctrl-names = "default";
152 pinctrl-0 = <&pinctrl_usba_vbus>;
157 num-ports = <3>;
158 atmel,vbus-gpio = <0
170 pinctrl-0 = <&pinctrl_ebi_cs3 &pinctrl_ebi_nrd_nandoe
173 pinctrl-names = "default";
176 nand_controller: nand-controller {
181 atmel,rb = <0>;
182 nand-bus-width = <8>;
183 nand-ecc-mode = "hw";
184 nand-on-flash-bbt;
188 compatible = "fixed-partitions";
189 #address-cells = <1>;
190 #size-cells = <1>;
233 compatible = "gpio-keys";
235 pinctrl-names = "default";
236 pinctrl-0 = <&pinctrl_key_gpio>;
240 gpios = <&pioE 8 GPIO_ACTIVE_HIGH>;
242 wakeup-source;
247 compatible = "gpio-leds";
252 gpios = <&pioD 30 GPIO_ACTIVE_HIGH>;
253 default-state = "on";
258 gpios = <&pioE 15 GPIO_ACTIVE_LOW>;
259 linux,default-trigger = "heartbeat";
264 compatible = "regulator-fixed";
265 regulator-name = "VCC 3V3";
266 regulator-min-microvolt = <3300000>;
267 regulator-max-microvolt = <3300000>;
268 regulator-boot-on;
269 regulator-always-on;
273 compatible = "regulator-fixed";
275 regulator-name = "VDD MCI1";
276 regulator-min-microvolt = <3300000>;
277 regulator-max-microvolt = <3300000>;
278 vin-supply = <&vcc_3v3_reg>;
279 regulator-always-on;