summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/at91sam9260.dtsi
blob: 828ab6646e8512508283383631c1e3568d36c805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* SPDX-License-Identifier: GPL-2.0-only */

&ebi {
	status = "disabled";
};

&nand_controller {
	status = "disabled";
};

&{/ahb/apb} {
	nand0: nand@40000000 {
		compatible = "atmel,at91rm9200-nand";
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0x40000000 0x10000000
		       0xffffe800 0x200
		      >;
		atmel,nand-addr-offset = <21>;
		atmel,nand-cmd-offset = <22>;
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
		gpios = <&pioC 13 GPIO_ACTIVE_HIGH
			 &pioC 14 GPIO_ACTIVE_HIGH
			 0
			>;
		status = "disabled";
	};
};

&usb0 { /* currently hangs with DT-enabled driver */
	status = "disabled";
};