xref: /rk3399_rockchip-uboot/lib/fdtdec.c (revision ecbd7e1ec7280d90d151a99691f74b892588cadd)
1b5220bc6SSimon Glass /*
2b5220bc6SSimon Glass  * Copyright (c) 2011 The Chromium OS Authors.
3b5220bc6SSimon Glass  * See file CREDITS for list of people who contributed to this
4b5220bc6SSimon Glass  * project.
5b5220bc6SSimon Glass  *
6b5220bc6SSimon Glass  * This program is free software; you can redistribute it and/or
7b5220bc6SSimon Glass  * modify it under the terms of the GNU General Public License as
8b5220bc6SSimon Glass  * published by the Free Software Foundation; either version 2 of
9b5220bc6SSimon Glass  * the License, or (at your option) any later version.
10b5220bc6SSimon Glass  *
11b5220bc6SSimon Glass  * This program is distributed in the hope that it will be useful,
12b5220bc6SSimon Glass  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13b5220bc6SSimon Glass  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14b5220bc6SSimon Glass  * GNU General Public License for more details.
15b5220bc6SSimon Glass  *
16b5220bc6SSimon Glass  * You should have received a copy of the GNU General Public License
17b5220bc6SSimon Glass  * along with this program; if not, write to the Free Software
18b5220bc6SSimon Glass  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
19b5220bc6SSimon Glass  * MA 02111-1307 USA
20b5220bc6SSimon Glass  */
21b5220bc6SSimon Glass 
22b5220bc6SSimon Glass #include <common.h>
23b5220bc6SSimon Glass #include <serial.h>
24b5220bc6SSimon Glass #include <libfdt.h>
25b5220bc6SSimon Glass #include <fdtdec.h>
26b5220bc6SSimon Glass 
27e46431e1SMichal Simek #include <asm/gpio.h>
28ed3ee5cdSSimon Glass 
29b5220bc6SSimon Glass DECLARE_GLOBAL_DATA_PTR;
30b5220bc6SSimon Glass 
31b5220bc6SSimon Glass /*
32b5220bc6SSimon Glass  * Here are the type we know about. One day we might allow drivers to
33b5220bc6SSimon Glass  * register. For now we just put them here. The COMPAT macro allows us to
34b5220bc6SSimon Glass  * turn this into a sparse list later, and keeps the ID with the name.
35b5220bc6SSimon Glass  */
36b5220bc6SSimon Glass #define COMPAT(id, name) name
37b5220bc6SSimon Glass static const char * const compat_names[COMPAT_COUNT] = {
38f88fe2deSSimon Glass 	COMPAT(UNKNOWN, "<none>"),
3987f938c9SSimon Glass 	COMPAT(NVIDIA_TEGRA20_USB, "nvidia,tegra20-ehci"),
407e44d932SJim Lin 	COMPAT(NVIDIA_TEGRA30_USB, "nvidia,tegra30-ehci"),
417e44d932SJim Lin 	COMPAT(NVIDIA_TEGRA114_USB, "nvidia,tegra114-ehci"),
42e32624efSTom Warren 	COMPAT(NVIDIA_TEGRA114_I2C, "nvidia,tegra114-i2c"),
4396a78ac0SYen Lin 	COMPAT(NVIDIA_TEGRA20_I2C, "nvidia,tegra20-i2c"),
4496a78ac0SYen Lin 	COMPAT(NVIDIA_TEGRA20_DVC, "nvidia,tegra20-i2c-dvc"),
450e35ad05SJimmy Zhang 	COMPAT(NVIDIA_TEGRA20_EMC, "nvidia,tegra20-emc"),
460e35ad05SJimmy Zhang 	COMPAT(NVIDIA_TEGRA20_EMC_TABLE, "nvidia,tegra20-emc-table"),
476642a681SRakesh Iyer 	COMPAT(NVIDIA_TEGRA20_KBC, "nvidia,tegra20-kbc"),
48312693c3SJim Lin 	COMPAT(NVIDIA_TEGRA20_NAND, "nvidia,tegra20-nand"),
49e1ae0d1fSSimon Glass 	COMPAT(NVIDIA_TEGRA20_PWM, "nvidia,tegra20-pwm"),
5087540de3SWei Ni 	COMPAT(NVIDIA_TEGRA20_DC, "nvidia,tegra20-dc"),
51f4e4e0b0STom Warren 	COMPAT(NVIDIA_TEGRA30_SDMMC, "nvidia,tegra30-sdhci"),
52c9aa831eSTom Warren 	COMPAT(NVIDIA_TEGRA20_SDMMC, "nvidia,tegra20-sdhci"),
538f1b46b1SAllen Martin 	COMPAT(NVIDIA_TEGRA20_SFLASH, "nvidia,tegra20-sflash"),
54b19f5749SAllen Martin 	COMPAT(NVIDIA_TEGRA20_SLINK, "nvidia,tegra20-slink"),
55c3bb3c8bSAllen Martin 	COMPAT(NVIDIA_TEGRA114_SPI, "nvidia,tegra114-spi"),
56cc9fe33aSHatim RV 	COMPAT(SMSC_LAN9215, "smsc,lan9215"),
57cc9fe33aSHatim RV 	COMPAT(SAMSUNG_EXYNOS5_SROMC, "samsung,exynos-sromc"),
58c34253d1SRajeshwari Shinde 	COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"),
5972dbff12SRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"),
6072dbff12SRajeshwari Shinde 	COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"),
615d50659dSRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS_SPI, "samsung,exynos-spi"),
6288364387SHung-ying Tyan 	COMPAT(GOOGLE_CROS_EC, "google,cros-ec"),
63713cb680SHung-ying Tyan 	COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"),
646abd1620SRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"),
656abd1620SRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"),
66618766c0SAkshay Saraswat 	COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"),
67d7377b51SAjay Kumar 	COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),
681e4706a7SAjay Kumar 	COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"),
6945a4d4d3SAmar 	COMPAT(SAMSUNG_EXYNOS5_DWMMC, "samsung,exynos5250-dwmmc"),
70ee1e3c2fSRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"),
71cd577e2bSRajeshwari Shinde 	COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),
72bb8215f4SSimon Glass 	COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
737772bb78SRajeshwari Shinde 	COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
74f6267998SRong Chang 	COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),
75ec34fa5eSVincent Palatin 	COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645-tpm"),
76*ecbd7e1eSnaveen krishna chatradhi 	COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
77b5220bc6SSimon Glass };
78b5220bc6SSimon Glass 
79a53f4a29SSimon Glass const char *fdtdec_get_compatible(enum fdt_compat_id id)
80a53f4a29SSimon Glass {
81a53f4a29SSimon Glass 	/* We allow reading of the 'unknown' ID for testing purposes */
82a53f4a29SSimon Glass 	assert(id >= 0 && id < COMPAT_COUNT);
83a53f4a29SSimon Glass 	return compat_names[id];
84a53f4a29SSimon Glass }
85a53f4a29SSimon Glass 
864397a2a8SSimon Glass fdt_addr_t fdtdec_get_addr_size(const void *blob, int node,
874397a2a8SSimon Glass 		const char *prop_name, fdt_size_t *sizep)
88b5220bc6SSimon Glass {
89b5220bc6SSimon Glass 	const fdt_addr_t *cell;
90b5220bc6SSimon Glass 	int len;
91b5220bc6SSimon Glass 
921cb2323bSSimon Glass 	debug("%s: %s: ", __func__, prop_name);
93b5220bc6SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
944397a2a8SSimon Glass 	if (cell && ((!sizep && len == sizeof(fdt_addr_t)) ||
951cb2323bSSimon Glass 		     len == sizeof(fdt_addr_t) * 2)) {
961cb2323bSSimon Glass 		fdt_addr_t addr = fdt_addr_to_cpu(*cell);
974397a2a8SSimon Glass 		if (sizep) {
984397a2a8SSimon Glass 			const fdt_size_t *size;
991cb2323bSSimon Glass 
1004397a2a8SSimon Glass 			size = (fdt_size_t *)((char *)cell +
1014397a2a8SSimon Glass 					sizeof(fdt_addr_t));
1024397a2a8SSimon Glass 			*sizep = fdt_size_to_cpu(*size);
1034397a2a8SSimon Glass 			debug("addr=%p, size=%p\n", (void *)addr,
1044397a2a8SSimon Glass 			      (void *)*sizep);
1054397a2a8SSimon Glass 		} else {
1061cb2323bSSimon Glass 			debug("%p\n", (void *)addr);
1074397a2a8SSimon Glass 		}
1081cb2323bSSimon Glass 		return addr;
1091cb2323bSSimon Glass 	}
1101cb2323bSSimon Glass 	debug("(not found)\n");
111b5220bc6SSimon Glass 	return FDT_ADDR_T_NONE;
112b5220bc6SSimon Glass }
113b5220bc6SSimon Glass 
1144397a2a8SSimon Glass fdt_addr_t fdtdec_get_addr(const void *blob, int node,
1154397a2a8SSimon Glass 		const char *prop_name)
1164397a2a8SSimon Glass {
1174397a2a8SSimon Glass 	return fdtdec_get_addr_size(blob, node, prop_name, NULL);
1184397a2a8SSimon Glass }
1194397a2a8SSimon Glass 
120b5220bc6SSimon Glass s32 fdtdec_get_int(const void *blob, int node, const char *prop_name,
121b5220bc6SSimon Glass 		s32 default_val)
122b5220bc6SSimon Glass {
123b5220bc6SSimon Glass 	const s32 *cell;
124b5220bc6SSimon Glass 	int len;
125b5220bc6SSimon Glass 
1261cb2323bSSimon Glass 	debug("%s: %s: ", __func__, prop_name);
127b5220bc6SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
1281cb2323bSSimon Glass 	if (cell && len >= sizeof(s32)) {
1291cb2323bSSimon Glass 		s32 val = fdt32_to_cpu(cell[0]);
1301cb2323bSSimon Glass 
1311cb2323bSSimon Glass 		debug("%#x (%d)\n", val, val);
1321cb2323bSSimon Glass 		return val;
1331cb2323bSSimon Glass 	}
1341cb2323bSSimon Glass 	debug("(not found)\n");
135b5220bc6SSimon Glass 	return default_val;
136b5220bc6SSimon Glass }
137b5220bc6SSimon Glass 
138aadef0a1SChe-Liang Chiou uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
139aadef0a1SChe-Liang Chiou 		uint64_t default_val)
140aadef0a1SChe-Liang Chiou {
141aadef0a1SChe-Liang Chiou 	const uint64_t *cell64;
142aadef0a1SChe-Liang Chiou 	int length;
143aadef0a1SChe-Liang Chiou 
144aadef0a1SChe-Liang Chiou 	cell64 = fdt_getprop(blob, node, prop_name, &length);
145aadef0a1SChe-Liang Chiou 	if (!cell64 || length < sizeof(*cell64))
146aadef0a1SChe-Liang Chiou 		return default_val;
147aadef0a1SChe-Liang Chiou 
148aadef0a1SChe-Liang Chiou 	return fdt64_to_cpu(*cell64);
149aadef0a1SChe-Liang Chiou }
150aadef0a1SChe-Liang Chiou 
151f88fe2deSSimon Glass int fdtdec_get_is_enabled(const void *blob, int node)
152b5220bc6SSimon Glass {
153b5220bc6SSimon Glass 	const char *cell;
154b5220bc6SSimon Glass 
155f88fe2deSSimon Glass 	/*
156f88fe2deSSimon Glass 	 * It should say "okay", so only allow that. Some fdts use "ok" but
157f88fe2deSSimon Glass 	 * this is a bug. Please fix your device tree source file. See here
158f88fe2deSSimon Glass 	 * for discussion:
159f88fe2deSSimon Glass 	 *
160f88fe2deSSimon Glass 	 * http://www.mail-archive.com/u-boot@lists.denx.de/msg71598.html
161f88fe2deSSimon Glass 	 */
162b5220bc6SSimon Glass 	cell = fdt_getprop(blob, node, "status", NULL);
163b5220bc6SSimon Glass 	if (cell)
164f88fe2deSSimon Glass 		return 0 == strcmp(cell, "okay");
165f88fe2deSSimon Glass 	return 1;
166b5220bc6SSimon Glass }
167b5220bc6SSimon Glass 
1687cde397bSGerald Van Baren enum fdt_compat_id fdtdec_lookup(const void *blob, int node)
169b5220bc6SSimon Glass {
170b5220bc6SSimon Glass 	enum fdt_compat_id id;
171b5220bc6SSimon Glass 
172b5220bc6SSimon Glass 	/* Search our drivers */
173b5220bc6SSimon Glass 	for (id = COMPAT_UNKNOWN; id < COMPAT_COUNT; id++)
174b5220bc6SSimon Glass 		if (0 == fdt_node_check_compatible(blob, node,
175b5220bc6SSimon Glass 				compat_names[id]))
176b5220bc6SSimon Glass 			return id;
177b5220bc6SSimon Glass 	return COMPAT_UNKNOWN;
178b5220bc6SSimon Glass }
179b5220bc6SSimon Glass 
180b5220bc6SSimon Glass int fdtdec_next_compatible(const void *blob, int node,
181b5220bc6SSimon Glass 		enum fdt_compat_id id)
182b5220bc6SSimon Glass {
183b5220bc6SSimon Glass 	return fdt_node_offset_by_compatible(blob, node, compat_names[id]);
184b5220bc6SSimon Glass }
185b5220bc6SSimon Glass 
1863ddecfc7SSimon Glass int fdtdec_next_compatible_subnode(const void *blob, int node,
1873ddecfc7SSimon Glass 		enum fdt_compat_id id, int *depthp)
1883ddecfc7SSimon Glass {
1893ddecfc7SSimon Glass 	do {
1903ddecfc7SSimon Glass 		node = fdt_next_node(blob, node, depthp);
1913ddecfc7SSimon Glass 	} while (*depthp > 1);
1923ddecfc7SSimon Glass 
1933ddecfc7SSimon Glass 	/* If this is a direct subnode, and compatible, return it */
1943ddecfc7SSimon Glass 	if (*depthp == 1 && 0 == fdt_node_check_compatible(
1953ddecfc7SSimon Glass 						blob, node, compat_names[id]))
1963ddecfc7SSimon Glass 		return node;
1973ddecfc7SSimon Glass 
1983ddecfc7SSimon Glass 	return -FDT_ERR_NOTFOUND;
1993ddecfc7SSimon Glass }
2003ddecfc7SSimon Glass 
201b5220bc6SSimon Glass int fdtdec_next_alias(const void *blob, const char *name,
202b5220bc6SSimon Glass 		enum fdt_compat_id id, int *upto)
203b5220bc6SSimon Glass {
204b5220bc6SSimon Glass #define MAX_STR_LEN 20
205b5220bc6SSimon Glass 	char str[MAX_STR_LEN + 20];
206b5220bc6SSimon Glass 	int node, err;
207b5220bc6SSimon Glass 
208b5220bc6SSimon Glass 	/* snprintf() is not available */
209b5220bc6SSimon Glass 	assert(strlen(name) < MAX_STR_LEN);
210b5220bc6SSimon Glass 	sprintf(str, "%.*s%d", MAX_STR_LEN, name, *upto);
21100878476SSimon Glass 	node = fdt_path_offset(blob, str);
212b5220bc6SSimon Glass 	if (node < 0)
213b5220bc6SSimon Glass 		return node;
214b5220bc6SSimon Glass 	err = fdt_node_check_compatible(blob, node, compat_names[id]);
215b5220bc6SSimon Glass 	if (err < 0)
216b5220bc6SSimon Glass 		return err;
217f88fe2deSSimon Glass 	if (err)
218f88fe2deSSimon Glass 		return -FDT_ERR_NOTFOUND;
219f88fe2deSSimon Glass 	(*upto)++;
220f88fe2deSSimon Glass 	return node;
221b5220bc6SSimon Glass }
222b5220bc6SSimon Glass 
223a53f4a29SSimon Glass int fdtdec_find_aliases_for_id(const void *blob, const char *name,
224a53f4a29SSimon Glass 			enum fdt_compat_id id, int *node_list, int maxcount)
225a53f4a29SSimon Glass {
226c6782270SSimon Glass 	memset(node_list, '\0', sizeof(*node_list) * maxcount);
227c6782270SSimon Glass 
228c6782270SSimon Glass 	return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount);
229c6782270SSimon Glass }
230c6782270SSimon Glass 
231c6782270SSimon Glass /* TODO: Can we tighten this code up a little? */
232c6782270SSimon Glass int fdtdec_add_aliases_for_id(const void *blob, const char *name,
233c6782270SSimon Glass 			enum fdt_compat_id id, int *node_list, int maxcount)
234c6782270SSimon Glass {
235a53f4a29SSimon Glass 	int name_len = strlen(name);
236a53f4a29SSimon Glass 	int nodes[maxcount];
237a53f4a29SSimon Glass 	int num_found = 0;
238a53f4a29SSimon Glass 	int offset, node;
239a53f4a29SSimon Glass 	int alias_node;
240a53f4a29SSimon Glass 	int count;
241a53f4a29SSimon Glass 	int i, j;
242a53f4a29SSimon Glass 
243a53f4a29SSimon Glass 	/* find the alias node if present */
244a53f4a29SSimon Glass 	alias_node = fdt_path_offset(blob, "/aliases");
245a53f4a29SSimon Glass 
246a53f4a29SSimon Glass 	/*
247a53f4a29SSimon Glass 	 * start with nothing, and we can assume that the root node can't
248a53f4a29SSimon Glass 	 * match
249a53f4a29SSimon Glass 	 */
250a53f4a29SSimon Glass 	memset(nodes, '\0', sizeof(nodes));
251a53f4a29SSimon Glass 
252a53f4a29SSimon Glass 	/* First find all the compatible nodes */
253a53f4a29SSimon Glass 	for (node = count = 0; node >= 0 && count < maxcount;) {
254a53f4a29SSimon Glass 		node = fdtdec_next_compatible(blob, node, id);
255a53f4a29SSimon Glass 		if (node >= 0)
256a53f4a29SSimon Glass 			nodes[count++] = node;
257a53f4a29SSimon Glass 	}
258a53f4a29SSimon Glass 	if (node >= 0)
259a53f4a29SSimon Glass 		debug("%s: warning: maxcount exceeded with alias '%s'\n",
260a53f4a29SSimon Glass 		       __func__, name);
261a53f4a29SSimon Glass 
262a53f4a29SSimon Glass 	/* Now find all the aliases */
263a53f4a29SSimon Glass 	for (offset = fdt_first_property_offset(blob, alias_node);
264a53f4a29SSimon Glass 			offset > 0;
265a53f4a29SSimon Glass 			offset = fdt_next_property_offset(blob, offset)) {
266a53f4a29SSimon Glass 		const struct fdt_property *prop;
267a53f4a29SSimon Glass 		const char *path;
268a53f4a29SSimon Glass 		int number;
269a53f4a29SSimon Glass 		int found;
270a53f4a29SSimon Glass 
271a53f4a29SSimon Glass 		node = 0;
272a53f4a29SSimon Glass 		prop = fdt_get_property_by_offset(blob, offset, NULL);
273a53f4a29SSimon Glass 		path = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
274a53f4a29SSimon Glass 		if (prop->len && 0 == strncmp(path, name, name_len))
275a53f4a29SSimon Glass 			node = fdt_path_offset(blob, prop->data);
276a53f4a29SSimon Glass 		if (node <= 0)
277a53f4a29SSimon Glass 			continue;
278a53f4a29SSimon Glass 
279a53f4a29SSimon Glass 		/* Get the alias number */
280a53f4a29SSimon Glass 		number = simple_strtoul(path + name_len, NULL, 10);
281a53f4a29SSimon Glass 		if (number < 0 || number >= maxcount) {
282a53f4a29SSimon Glass 			debug("%s: warning: alias '%s' is out of range\n",
283a53f4a29SSimon Glass 			       __func__, path);
284a53f4a29SSimon Glass 			continue;
285a53f4a29SSimon Glass 		}
286a53f4a29SSimon Glass 
287a53f4a29SSimon Glass 		/* Make sure the node we found is actually in our list! */
288a53f4a29SSimon Glass 		found = -1;
289a53f4a29SSimon Glass 		for (j = 0; j < count; j++)
290a53f4a29SSimon Glass 			if (nodes[j] == node) {
291a53f4a29SSimon Glass 				found = j;
292a53f4a29SSimon Glass 				break;
293a53f4a29SSimon Glass 			}
294a53f4a29SSimon Glass 
295a53f4a29SSimon Glass 		if (found == -1) {
296a53f4a29SSimon Glass 			debug("%s: warning: alias '%s' points to a node "
297a53f4a29SSimon Glass 				"'%s' that is missing or is not compatible "
298a53f4a29SSimon Glass 				" with '%s'\n", __func__, path,
299a53f4a29SSimon Glass 				fdt_get_name(blob, node, NULL),
300a53f4a29SSimon Glass 			       compat_names[id]);
301a53f4a29SSimon Glass 			continue;
302a53f4a29SSimon Glass 		}
303a53f4a29SSimon Glass 
304a53f4a29SSimon Glass 		/*
305a53f4a29SSimon Glass 		 * Add this node to our list in the right place, and mark
306a53f4a29SSimon Glass 		 * it as done.
307a53f4a29SSimon Glass 		 */
308a53f4a29SSimon Glass 		if (fdtdec_get_is_enabled(blob, node)) {
309c6782270SSimon Glass 			if (node_list[number]) {
310c6782270SSimon Glass 				debug("%s: warning: alias '%s' requires that "
311c6782270SSimon Glass 				      "a node be placed in the list in a "
312c6782270SSimon Glass 				      "position which is already filled by "
313c6782270SSimon Glass 				      "node '%s'\n", __func__, path,
314c6782270SSimon Glass 				      fdt_get_name(blob, node, NULL));
315c6782270SSimon Glass 				continue;
316c6782270SSimon Glass 			}
317a53f4a29SSimon Glass 			node_list[number] = node;
318a53f4a29SSimon Glass 			if (number >= num_found)
319a53f4a29SSimon Glass 				num_found = number + 1;
320a53f4a29SSimon Glass 		}
321c6782270SSimon Glass 		nodes[found] = 0;
322a53f4a29SSimon Glass 	}
323a53f4a29SSimon Glass 
324a53f4a29SSimon Glass 	/* Add any nodes not mentioned by an alias */
325a53f4a29SSimon Glass 	for (i = j = 0; i < maxcount; i++) {
326a53f4a29SSimon Glass 		if (!node_list[i]) {
327a53f4a29SSimon Glass 			for (; j < maxcount; j++)
328a53f4a29SSimon Glass 				if (nodes[j] &&
329a53f4a29SSimon Glass 					fdtdec_get_is_enabled(blob, nodes[j]))
330a53f4a29SSimon Glass 					break;
331a53f4a29SSimon Glass 
332a53f4a29SSimon Glass 			/* Have we run out of nodes to add? */
333a53f4a29SSimon Glass 			if (j == maxcount)
334a53f4a29SSimon Glass 				break;
335a53f4a29SSimon Glass 
336a53f4a29SSimon Glass 			assert(!node_list[i]);
337a53f4a29SSimon Glass 			node_list[i] = nodes[j++];
338a53f4a29SSimon Glass 			if (i >= num_found)
339a53f4a29SSimon Glass 				num_found = i + 1;
340a53f4a29SSimon Glass 		}
341a53f4a29SSimon Glass 	}
342a53f4a29SSimon Glass 
343a53f4a29SSimon Glass 	return num_found;
344a53f4a29SSimon Glass }
345a53f4a29SSimon Glass 
3469a263e55SSimon Glass int fdtdec_check_fdt(void)
3479a263e55SSimon Glass {
3489a263e55SSimon Glass 	/*
3499a263e55SSimon Glass 	 * We must have an FDT, but we cannot panic() yet since the console
3509a263e55SSimon Glass 	 * is not ready. So for now, just assert(). Boards which need an early
3519a263e55SSimon Glass 	 * FDT (prior to console ready) will need to make their own
3529a263e55SSimon Glass 	 * arrangements and do their own checks.
3539a263e55SSimon Glass 	 */
3549a263e55SSimon Glass 	assert(!fdtdec_prepare_fdt());
3559a263e55SSimon Glass 	return 0;
3569a263e55SSimon Glass }
3579a263e55SSimon Glass 
358b5220bc6SSimon Glass /*
359b5220bc6SSimon Glass  * This function is a little odd in that it accesses global data. At some
360b5220bc6SSimon Glass  * point if the architecture board.c files merge this will make more sense.
361b5220bc6SSimon Glass  * Even now, it is common code.
362b5220bc6SSimon Glass  */
3639a263e55SSimon Glass int fdtdec_prepare_fdt(void)
364b5220bc6SSimon Glass {
365c309c2daSSimon Glass 	if (!gd->fdt_blob || ((uintptr_t)gd->fdt_blob & 3) ||
366c309c2daSSimon Glass 	    fdt_check_header(gd->fdt_blob)) {
3679a263e55SSimon Glass 		printf("No valid FDT found - please append one to U-Boot "
3689a263e55SSimon Glass 			"binary, use u-boot-dtb.bin or define "
369a733b06bSSimon Glass 			"CONFIG_OF_EMBED. For sandbox, use -d <file.dtb>\n");
3709a263e55SSimon Glass 		return -1;
3719a263e55SSimon Glass 	}
372b5220bc6SSimon Glass 	return 0;
373b5220bc6SSimon Glass }
374d17da655SSimon Glass 
375d17da655SSimon Glass int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name)
376d17da655SSimon Glass {
377d17da655SSimon Glass 	const u32 *phandle;
378d17da655SSimon Glass 	int lookup;
379d17da655SSimon Glass 
3801cb2323bSSimon Glass 	debug("%s: %s\n", __func__, prop_name);
381d17da655SSimon Glass 	phandle = fdt_getprop(blob, node, prop_name, NULL);
382d17da655SSimon Glass 	if (!phandle)
383d17da655SSimon Glass 		return -FDT_ERR_NOTFOUND;
384d17da655SSimon Glass 
385d17da655SSimon Glass 	lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle));
386d17da655SSimon Glass 	return lookup;
387d17da655SSimon Glass }
388d17da655SSimon Glass 
389d17da655SSimon Glass /**
390d17da655SSimon Glass  * Look up a property in a node and check that it has a minimum length.
391d17da655SSimon Glass  *
392d17da655SSimon Glass  * @param blob		FDT blob
393d17da655SSimon Glass  * @param node		node to examine
394d17da655SSimon Glass  * @param prop_name	name of property to find
395d17da655SSimon Glass  * @param min_len	minimum property length in bytes
396d17da655SSimon Glass  * @param err		0 if ok, or -FDT_ERR_NOTFOUND if the property is not
397d17da655SSimon Glass 			found, or -FDT_ERR_BADLAYOUT if not enough data
398d17da655SSimon Glass  * @return pointer to cell, which is only valid if err == 0
399d17da655SSimon Glass  */
400d17da655SSimon Glass static const void *get_prop_check_min_len(const void *blob, int node,
401d17da655SSimon Glass 		const char *prop_name, int min_len, int *err)
402d17da655SSimon Glass {
403d17da655SSimon Glass 	const void *cell;
404d17da655SSimon Glass 	int len;
405d17da655SSimon Glass 
406d17da655SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
407d17da655SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
408d17da655SSimon Glass 	if (!cell)
409d17da655SSimon Glass 		*err = -FDT_ERR_NOTFOUND;
410d17da655SSimon Glass 	else if (len < min_len)
411d17da655SSimon Glass 		*err = -FDT_ERR_BADLAYOUT;
412d17da655SSimon Glass 	else
413d17da655SSimon Glass 		*err = 0;
414d17da655SSimon Glass 	return cell;
415d17da655SSimon Glass }
416d17da655SSimon Glass 
417d17da655SSimon Glass int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
418d17da655SSimon Glass 		u32 *array, int count)
419d17da655SSimon Glass {
420d17da655SSimon Glass 	const u32 *cell;
421d17da655SSimon Glass 	int i, err = 0;
422d17da655SSimon Glass 
423d17da655SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
424d17da655SSimon Glass 	cell = get_prop_check_min_len(blob, node, prop_name,
425d17da655SSimon Glass 				      sizeof(u32) * count, &err);
426d17da655SSimon Glass 	if (!err) {
427d17da655SSimon Glass 		for (i = 0; i < count; i++)
428d17da655SSimon Glass 			array[i] = fdt32_to_cpu(cell[i]);
429d17da655SSimon Glass 	}
430d17da655SSimon Glass 	return err;
431d17da655SSimon Glass }
432d17da655SSimon Glass 
43396875e7dSSimon Glass const u32 *fdtdec_locate_array(const void *blob, int node,
43496875e7dSSimon Glass 			       const char *prop_name, int count)
43596875e7dSSimon Glass {
43696875e7dSSimon Glass 	const u32 *cell;
43796875e7dSSimon Glass 	int err;
43896875e7dSSimon Glass 
43996875e7dSSimon Glass 	cell = get_prop_check_min_len(blob, node, prop_name,
44096875e7dSSimon Glass 				      sizeof(u32) * count, &err);
44196875e7dSSimon Glass 	return err ? NULL : cell;
44296875e7dSSimon Glass }
44396875e7dSSimon Glass 
444d17da655SSimon Glass int fdtdec_get_bool(const void *blob, int node, const char *prop_name)
445d17da655SSimon Glass {
446d17da655SSimon Glass 	const s32 *cell;
447d17da655SSimon Glass 	int len;
448d17da655SSimon Glass 
449d17da655SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
450d17da655SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
451d17da655SSimon Glass 	return cell != NULL;
452d17da655SSimon Glass }
453ed3ee5cdSSimon Glass 
454ed3ee5cdSSimon Glass /**
455ed3ee5cdSSimon Glass  * Decode a list of GPIOs from an FDT. This creates a list of GPIOs with no
456ed3ee5cdSSimon Glass  * terminating item.
457ed3ee5cdSSimon Glass  *
458ed3ee5cdSSimon Glass  * @param blob		FDT blob to use
459ed3ee5cdSSimon Glass  * @param node		Node to look at
460ed3ee5cdSSimon Glass  * @param prop_name	Node property name
461ed3ee5cdSSimon Glass  * @param gpio		Array of gpio elements to fill from FDT. This will be
462ed3ee5cdSSimon Glass  *			untouched if either 0 or an error is returned
463ed3ee5cdSSimon Glass  * @param max_count	Maximum number of elements allowed
464ed3ee5cdSSimon Glass  * @return number of GPIOs read if ok, -FDT_ERR_BADLAYOUT if max_count would
465ed3ee5cdSSimon Glass  * be exceeded, or -FDT_ERR_NOTFOUND if the property is missing.
466ed3ee5cdSSimon Glass  */
4675921f6a2SAbhilash Kesavan int fdtdec_decode_gpios(const void *blob, int node, const char *prop_name,
4685921f6a2SAbhilash Kesavan 		struct fdt_gpio_state *gpio, int max_count)
469ed3ee5cdSSimon Glass {
470ed3ee5cdSSimon Glass 	const struct fdt_property *prop;
471ed3ee5cdSSimon Glass 	const u32 *cell;
472ed3ee5cdSSimon Glass 	const char *name;
473ed3ee5cdSSimon Glass 	int len, i;
474ed3ee5cdSSimon Glass 
475ed3ee5cdSSimon Glass 	debug("%s: %s\n", __func__, prop_name);
476ed3ee5cdSSimon Glass 	assert(max_count > 0);
477ed3ee5cdSSimon Glass 	prop = fdt_get_property(blob, node, prop_name, &len);
478ed3ee5cdSSimon Glass 	if (!prop) {
4791cb2323bSSimon Glass 		debug("%s: property '%s' missing\n", __func__, prop_name);
480ed3ee5cdSSimon Glass 		return -FDT_ERR_NOTFOUND;
481ed3ee5cdSSimon Glass 	}
482ed3ee5cdSSimon Glass 
483ed3ee5cdSSimon Glass 	/* We will use the name to tag the GPIO */
484ed3ee5cdSSimon Glass 	name = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
485ed3ee5cdSSimon Glass 	cell = (u32 *)prop->data;
486ed3ee5cdSSimon Glass 	len /= sizeof(u32) * 3;		/* 3 cells per GPIO record */
487ed3ee5cdSSimon Glass 	if (len > max_count) {
4881cb2323bSSimon Glass 		debug(" %s: too many GPIOs / cells for "
489ed3ee5cdSSimon Glass 			"property '%s'\n", __func__, prop_name);
490ed3ee5cdSSimon Glass 		return -FDT_ERR_BADLAYOUT;
491ed3ee5cdSSimon Glass 	}
492ed3ee5cdSSimon Glass 
493ed3ee5cdSSimon Glass 	/* Read out the GPIO data from the cells */
494ed3ee5cdSSimon Glass 	for (i = 0; i < len; i++, cell += 3) {
495ed3ee5cdSSimon Glass 		gpio[i].gpio = fdt32_to_cpu(cell[1]);
496ed3ee5cdSSimon Glass 		gpio[i].flags = fdt32_to_cpu(cell[2]);
497ed3ee5cdSSimon Glass 		gpio[i].name = name;
498ed3ee5cdSSimon Glass 	}
499ed3ee5cdSSimon Glass 
500ed3ee5cdSSimon Glass 	return len;
501ed3ee5cdSSimon Glass }
502ed3ee5cdSSimon Glass 
503ed3ee5cdSSimon Glass int fdtdec_decode_gpio(const void *blob, int node, const char *prop_name,
504ed3ee5cdSSimon Glass 		struct fdt_gpio_state *gpio)
505ed3ee5cdSSimon Glass {
506ed3ee5cdSSimon Glass 	int err;
507ed3ee5cdSSimon Glass 
508ed3ee5cdSSimon Glass 	debug("%s: %s\n", __func__, prop_name);
509ed3ee5cdSSimon Glass 	gpio->gpio = FDT_GPIO_NONE;
510ed3ee5cdSSimon Glass 	gpio->name = NULL;
511ed3ee5cdSSimon Glass 	err = fdtdec_decode_gpios(blob, node, prop_name, gpio, 1);
512ed3ee5cdSSimon Glass 	return err == 1 ? 0 : err;
513ed3ee5cdSSimon Glass }
514ed3ee5cdSSimon Glass 
515202ff753SSean Paul int fdtdec_get_gpio(struct fdt_gpio_state *gpio)
516202ff753SSean Paul {
517202ff753SSean Paul 	int val;
518202ff753SSean Paul 
519202ff753SSean Paul 	if (!fdt_gpio_isvalid(gpio))
520202ff753SSean Paul 		return -1;
521202ff753SSean Paul 
522202ff753SSean Paul 	val = gpio_get_value(gpio->gpio);
523202ff753SSean Paul 	return gpio->flags & FDT_GPIO_ACTIVE_LOW ? val ^ 1 : val;
524202ff753SSean Paul }
525202ff753SSean Paul 
526202ff753SSean Paul int fdtdec_set_gpio(struct fdt_gpio_state *gpio, int val)
527202ff753SSean Paul {
528202ff753SSean Paul 	if (!fdt_gpio_isvalid(gpio))
529202ff753SSean Paul 		return -1;
530202ff753SSean Paul 
531202ff753SSean Paul 	val = gpio->flags & FDT_GPIO_ACTIVE_LOW ? val ^ 1 : val;
532202ff753SSean Paul 	return gpio_set_value(gpio->gpio, val);
533202ff753SSean Paul }
534202ff753SSean Paul 
535ed3ee5cdSSimon Glass int fdtdec_setup_gpio(struct fdt_gpio_state *gpio)
536ed3ee5cdSSimon Glass {
537ed3ee5cdSSimon Glass 	/*
538ed3ee5cdSSimon Glass 	 * Return success if there is no GPIO defined. This is used for
539ed3ee5cdSSimon Glass 	 * optional GPIOs)
540ed3ee5cdSSimon Glass 	 */
541ed3ee5cdSSimon Glass 	if (!fdt_gpio_isvalid(gpio))
542ed3ee5cdSSimon Glass 		return 0;
543ed3ee5cdSSimon Glass 
544ed3ee5cdSSimon Glass 	if (gpio_request(gpio->gpio, gpio->name))
545ed3ee5cdSSimon Glass 		return -1;
546ed3ee5cdSSimon Glass 	return 0;
547ed3ee5cdSSimon Glass }
548bed4d892SAnton Staff 
549bed4d892SAnton Staff int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name,
550bed4d892SAnton Staff 		u8 *array, int count)
551bed4d892SAnton Staff {
552bed4d892SAnton Staff 	const u8 *cell;
553bed4d892SAnton Staff 	int err;
554bed4d892SAnton Staff 
555bed4d892SAnton Staff 	cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
556bed4d892SAnton Staff 	if (!err)
557bed4d892SAnton Staff 		memcpy(array, cell, count);
558bed4d892SAnton Staff 	return err;
559bed4d892SAnton Staff }
560bed4d892SAnton Staff 
561bed4d892SAnton Staff const u8 *fdtdec_locate_byte_array(const void *blob, int node,
562bed4d892SAnton Staff 			     const char *prop_name, int count)
563bed4d892SAnton Staff {
564bed4d892SAnton Staff 	const u8 *cell;
565bed4d892SAnton Staff 	int err;
566bed4d892SAnton Staff 
567bed4d892SAnton Staff 	cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
568bed4d892SAnton Staff 	if (err)
569bed4d892SAnton Staff 		return NULL;
570bed4d892SAnton Staff 	return cell;
571bed4d892SAnton Staff }
57209258f1eSAbhilash Kesavan 
57309258f1eSAbhilash Kesavan int fdtdec_get_config_int(const void *blob, const char *prop_name,
57409258f1eSAbhilash Kesavan 		int default_val)
57509258f1eSAbhilash Kesavan {
57609258f1eSAbhilash Kesavan 	int config_node;
57709258f1eSAbhilash Kesavan 
57809258f1eSAbhilash Kesavan 	debug("%s: %s\n", __func__, prop_name);
57909258f1eSAbhilash Kesavan 	config_node = fdt_path_offset(blob, "/config");
58009258f1eSAbhilash Kesavan 	if (config_node < 0)
58109258f1eSAbhilash Kesavan 		return default_val;
58209258f1eSAbhilash Kesavan 	return fdtdec_get_int(blob, config_node, prop_name, default_val);
58309258f1eSAbhilash Kesavan }
584332ab0d5SSimon Glass 
58579289c0bSGabe Black int fdtdec_get_config_bool(const void *blob, const char *prop_name)
58679289c0bSGabe Black {
58779289c0bSGabe Black 	int config_node;
58879289c0bSGabe Black 	const void *prop;
58979289c0bSGabe Black 
59079289c0bSGabe Black 	debug("%s: %s\n", __func__, prop_name);
59179289c0bSGabe Black 	config_node = fdt_path_offset(blob, "/config");
59279289c0bSGabe Black 	if (config_node < 0)
59379289c0bSGabe Black 		return 0;
59479289c0bSGabe Black 	prop = fdt_get_property(blob, config_node, prop_name, NULL);
59579289c0bSGabe Black 
59679289c0bSGabe Black 	return prop != NULL;
59779289c0bSGabe Black }
59879289c0bSGabe Black 
599332ab0d5SSimon Glass char *fdtdec_get_config_string(const void *blob, const char *prop_name)
600332ab0d5SSimon Glass {
601332ab0d5SSimon Glass 	const char *nodep;
602332ab0d5SSimon Glass 	int nodeoffset;
603332ab0d5SSimon Glass 	int len;
604332ab0d5SSimon Glass 
605332ab0d5SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
606332ab0d5SSimon Glass 	nodeoffset = fdt_path_offset(blob, "/config");
607332ab0d5SSimon Glass 	if (nodeoffset < 0)
608332ab0d5SSimon Glass 		return NULL;
609332ab0d5SSimon Glass 
610332ab0d5SSimon Glass 	nodep = fdt_getprop(blob, nodeoffset, prop_name, &len);
611332ab0d5SSimon Glass 	if (!nodep)
612332ab0d5SSimon Glass 		return NULL;
613332ab0d5SSimon Glass 
614332ab0d5SSimon Glass 	return (char *)nodep;
615332ab0d5SSimon Glass }
616f20c4619SSimon Glass 
617f20c4619SSimon Glass int fdtdec_decode_region(const void *blob, int node,
618f20c4619SSimon Glass 		const char *prop_name, void **ptrp, size_t *size)
619f20c4619SSimon Glass {
620f20c4619SSimon Glass 	const fdt_addr_t *cell;
621f20c4619SSimon Glass 	int len;
622f20c4619SSimon Glass 
623f20c4619SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
624f20c4619SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
625f20c4619SSimon Glass 	if (!cell || (len != sizeof(fdt_addr_t) * 2))
626f20c4619SSimon Glass 		return -1;
627f20c4619SSimon Glass 
628f20c4619SSimon Glass 	*ptrp = (void *)fdt_addr_to_cpu(*cell);
629f20c4619SSimon Glass 	*size = fdt_size_to_cpu(cell[1]);
630f20c4619SSimon Glass 	debug("%s: size=%zx\n", __func__, *size);
631f20c4619SSimon Glass 	return 0;
632f20c4619SSimon Glass }
633