Lines Matching +full:cs +full:- +full:gpios

1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 * at91-sama5d3_eds.dts - Device Tree file for the SAMA5D3 Ethernet
10 /dts-v1/;
15 compatible = "microchip,sama5d3-eds", "atmel,sama5d36",
19 stdout-path = "serial0:115200n8";
22 gpio-keys {
23 compatible = "gpio-keys";
25 pinctrl-names = "default";
26 pinctrl-0 = <&pinctrl_key_gpio>;
28 button-3 {
30 gpios = <&pioE 29 GPIO_ACTIVE_LOW>;
32 wakeup-source;
40 vcc_3v3_reg: regulator-1 {
41 compatible = "regulator-fixed";
42 regulator-name = "VCC_3V3";
43 regulator-min-microvolt = <3300000>;
44 regulator-max-microvolt = <3300000>;
45 regulator-always-on;
48 vcc_2v5_reg: regulator-2 {
49 compatible = "regulator-fixed";
50 regulator-name = "VCC_2V5";
51 regulator-min-microvolt = <2500000>;
52 regulator-max-microvolt = <2500000>;
53 regulator-always-on;
54 vin-supply = <&vcc_3v3_reg>;
57 vcc_1v8_reg: regulator-3 {
58 compatible = "regulator-fixed";
59 regulator-name = "VCC_1V8";
60 regulator-min-microvolt = <1800000>;
61 regulator-max-microvolt = <1800000>;
62 regulator-always-on;
63 vin-supply = <&vcc_3v3_reg>;
66 vcc_1v2_reg: regulator-4 {
67 compatible = "regulator-fixed";
68 regulator-name = "VCC_1V2";
69 regulator-min-microvolt = <1200000>;
70 regulator-max-microvolt = <1200000>;
71 regulator-always-on;
74 vcc_mmc0_reg: regulator-5 {
75 compatible = "regulator-fixed";
76 regulator-name = "mmc0-card-supply";
77 regulator-min-microvolt = <3300000>;
78 regulator-max-microvolt = <3300000>;
79 regulator-always-on;
80 pinctrl-names = "default";
81 pinctrl-0 = <&pinctrl_vcc_mmc0_reg_gpio>;
95 pinctrl-0 = <&pinctrl_ebi_nand_addr>;
96 pinctrl-names = "default";
99 nand_controller: nand-controller {
105 nand-bus-width = <8>;
106 nand-ecc-mode = "hw";
107 nand-ecc-strength = <4>;
108 nand-ecc-step-size = <512>;
109 nand-on-flash-bbt;
113 compatible = "fixed-partitions";
114 #address-cells = <1>;
115 #size-cells = <1>;
157 pinctrl-0 = <&pinctrl_i2c0_pu>;
166 pinctrl-0 = <&pinctrl_i2c2_pu>;
171 clock-frequency = <12000000>;
175 pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3
177 vmmc-supply = <&vcc_mmc0_reg>;
178 vqmmc-supply = <&vcc_3v3_reg>;
182 bus-width = <8>;
183 cd-gpios = <&pioE 0 GPIO_ACTIVE_LOW>;
189 pinctrl_i2c0_pu: i2c0-pu {
195 pinctrl_i2c2_pu: i2c2-pu {
201 pinctrl_key_gpio: key-gpio-0 {
206 pinctrl_mmc0_cd: mmc0-cd {
212 pinctrl_rgmii_rstn: rgmii-rstn {
218 pinctrl_spi_irqn: spi-irqn {
223 pinctrl_spi0_cs: spi0-cs-default {
229 pinctrl_spi1_cs: spi1-cs-default {
234 pinctrl_usba_vbus: usba-vbus {
239 pinctrl_usb_default: usb-default {
246 pinctrl_vbusfault_irqn: vbusfault-irqn {
251 pinctrl_vcc_mmc0_reg_gpio: vcc-mmc0-reg-gpio-default {
258 clock-frequency = <32768>;
262 pinctrl-names = "default", "cs";
263 pinctrl-1 = <&pinctrl_spi0_cs>;
264 cs-gpios = <&pioD 13 0>, <0>, <0>, <&pioD 16 0>;
269 pinctrl-names = "default", "cs";
270 pinctrl-1 = <&pinctrl_spi1_cs>;
271 cs-gpios = <&pioC 25 0>, <0>, <0>, <&pioC 28 0>;
277 compatible = "atmel,tcb-timer";
282 compatible = "atmel,tcb-timer";
288 atmel,vbus-gpio = <&pioE 9 GPIO_ACTIVE_HIGH>;
289 pinctrl-names = "default";
290 pinctrl-0 = <&pinctrl_usba_vbus>;
294 &usb1 { /* 3-port Host. First port is unused. */
295 atmel,vbus-gpio = <0
299 num-ports = <3>;
300 pinctrl-names = "default";
301 pinctrl-0 = <&pinctrl_usb_default>;