2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation.
12 compatible = "ti,dm8168-evm", "ti,dm8168";
15 device_type = "memory";
16 reg = <0x80000000 0x40000000 /* 1 GB */
17 0xc0000000 0x40000000>; /* 1 GB */
20 /* FDC6331L controlled by SD_POW pin */
21 vmmcsd_fixed: fixedregulator@0 {
22 compatible = "regulator-fixed";
23 regulator-name = "vmmcsd_fixed";
24 regulator-min-microvolt = <3300000>;
25 regulator-max-microvolt = <3300000>;
30 mcspi1_pins: pinmux_mcspi1_pins {
31 pinctrl-single,pins = <
32 DM816X_IOPAD(0x0a94, MUX_MODE0) /* SPI_SCLK */
33 DM816X_IOPAD(0x0a98, MUX_MODE0) /* SPI_SCS0 */
34 DM816X_IOPAD(0x0aa8, MUX_MODE0) /* SPI_D0 */
35 DM816X_IOPAD(0x0aac, MUX_MODE0) /* SPI_D1 */
39 mmc_pins: pinmux_mmc_pins {
40 pinctrl-single,pins = <
41 DM816X_IOPAD(0x0a70, MUX_MODE0) /* SD_POW */
42 DM816X_IOPAD(0x0a74, MUX_MODE0) /* SD_CLK */
43 DM816X_IOPAD(0x0a78, MUX_MODE0) /* SD_CMD */
44 DM816X_IOPAD(0x0a7C, MUX_MODE0) /* SD_DAT0 */
45 DM816X_IOPAD(0x0a80, MUX_MODE0) /* SD_DAT1 */
46 DM816X_IOPAD(0x0a84, MUX_MODE0) /* SD_DAT2 */
47 DM816X_IOPAD(0x0a88, MUX_MODE0) /* SD_DAT2 */
48 DM816X_IOPAD(0x0a8c, MUX_MODE2) /* GP1[7] */
49 DM816X_IOPAD(0x0a90, MUX_MODE2) /* GP1[8] */
53 usb0_pins: pinmux_usb0_pins {
54 pinctrl-single,pins = <
55 DM816X_IOPAD(0x0d04, MUX_MODE0) /* USB0_DRVVBUS */
59 usb1_pins: pinmux_usb1_pins {
60 pinctrl-single,pins = <
61 DM816X_IOPAD(0x0d08, MUX_MODE0) /* USB1_DRVVBUS */
67 extgpio0: pcf8575@20 {
68 compatible = "nxp,pcf8575";
76 extgpio1: pcf8575@20 {
77 compatible = "nxp,pcf8575";
85 ranges = <0 0 0x04000000 0x01000000>; /* CS0: 16MB for NAND */
88 linux,mtd-name= "micron,mt29f2g16aadwp";
89 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
92 ti,nand-ecc-opt = "bch8";
93 nand-bus-width = <16>;
94 gpmc,device-width = <2>;
95 gpmc,sync-clk-ps = <0>;
97 gpmc,cs-rd-off-ns = <44>;
98 gpmc,cs-wr-off-ns = <44>;
100 gpmc,adv-rd-off-ns = <34>;
101 gpmc,adv-wr-off-ns = <44>;
103 gpmc,we-off-ns = <40>;
105 gpmc,oe-off-ns = <54>;
106 gpmc,access-ns = <64>;
107 gpmc,rd-cycle-ns = <82>;
108 gpmc,wr-cycle-ns = <82>;
109 gpmc,wait-on-read = "true";
110 gpmc,wait-on-write = "true";
111 gpmc,bus-turnaround-ns = <0>;
112 gpmc,cycle2cycle-delay-ns = <0>;
113 gpmc,clk-activation-ns = <0>;
114 gpmc,wait-monitoring-ns = <0>;
115 gpmc,wr-access-ns = <40>;
116 gpmc,wr-data-mux-bus-ns = <0>;
123 reg = <0x80000 0x1c0000>;
126 label = "Environment";
127 reg = <0x240000 0x40000>;
131 reg = <0x280000 0x500000>;
134 label = "Filesystem";
135 reg = <0x780000 0xf880000>;
141 pinctrl-names = "default";
142 pinctrl-0 = <&mcspi1_pins>;
145 compatible = "w25x32";
146 spi-max-frequency = <48000000>;
148 #address-cells = <1>;
154 pinctrl-names = "default";
155 pinctrl-0 = <&mmc_pins>;
156 vmmc-supply = <&vmmcsd_fixed>;
158 cd-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>;
159 wp-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
162 /* At least dm8168-evm rev c won't support multipoint, later may */
164 pinctrl-names = "default";
165 pinctrl-0 = <&usb0_pins>;
166 mentor,multipoint = <0>;
170 pinctrl-names = "default";
171 pinctrl-0 = <&usb1_pins>;
172 mentor,multipoint = <0>;