Lines Matching +full:nand +full:- +full:bus +full:- +full:width
1 // SPDX-License-Identifier: GPL-2.0
3 * at91-wb45n.dtsi - Device Tree file for WB45NBT board
12 model = "Laird Workgroup Bridge 45N - Atmel AT91SAM (dt)";
17 stdout-path = "serial0:115200n8";
26 atheros,board-id = "SD32";
31 compatible = "atmel,sama5d3-rstc";
35 atmel,wakeup-mode = "low";
39 clock-frequency = <32768>;
43 clock-frequency = <12000000>;
48 nand_controller: nand-controller {
49 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb &pinctrl_nand_oe_we>;
50 pinctrl-names = "default";
53 nand@3 {
55 rb-gpios = <&pioD 5 GPIO_ACTIVE_HIGH>;
56 cs-gpios = <&pioD 4 GPIO_ACTIVE_HIGH>;
57 nand-bus-width = <8>;
58 nand-ecc-mode = "hw";
59 nand-ecc-strength = <4>;
60 nand-ecc-step-size = <512>;
61 nand-on-flash-bbt;
65 compatible = "fixed-partitions";
66 #address-cells = <1>;
67 #size-cells = <1>;
75 label = "u-boot";
80 label = "u-boot-env";
85 label = "redund-env";
89 kernel-a@e0000 {
90 label = "kernel-a";
94 kernel-b@360000 {
95 label = "kernel-b";
99 rootfs-a@5e0000 {
100 label = "rootfs-a";
104 rootfs-b@2be0000 {
105 label = "rootfs-b";
125 num-ports = <2>;
126 atmel,vbus-gpio = <
130 atmel,oc-gpio = <&pioB 13 GPIO_ACTIVE_LOW>;
134 phy-mode = "rmii";
138 cs-gpios = <&pioA 14 0>, <&pioA 7 0>, <0>, <0>;
142 pinctrl-names = "default";
143 pinctrl-0 = <&pinctrl_board_usb2>;
144 atmel,vbus-gpio = <&pioB 11 GPIO_ACTIVE_HIGH>;
148 pinctrl-names = "default";
149 pinctrl-0 = <
154 bus-width = <4>;
160 pinctrl_board_usb2: usb2-board {