xref: /rk3399_rockchip-uboot/lib/fdtdec.c (revision f315828b0d31cac2559af626f75bcb7f5a0ac524)
1b5220bc6SSimon Glass /*
2b5220bc6SSimon Glass  * Copyright (c) 2011 The Chromium OS Authors.
31a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
4b5220bc6SSimon Glass  */
5b5220bc6SSimon Glass 
629a23f9dSHeiko Schocher #ifndef USE_HOSTCC
7b5220bc6SSimon Glass #include <common.h>
85c33c9fdSSimon Glass #include <errno.h>
9b5220bc6SSimon Glass #include <serial.h>
10b5220bc6SSimon Glass #include <libfdt.h>
11b5220bc6SSimon Glass #include <fdtdec.h>
125c33c9fdSSimon Glass #include <linux/ctype.h>
13b5220bc6SSimon Glass 
14e46431e1SMichal Simek #include <asm/gpio.h>
15ed3ee5cdSSimon Glass 
16b5220bc6SSimon Glass DECLARE_GLOBAL_DATA_PTR;
17b5220bc6SSimon Glass 
18b5220bc6SSimon Glass /*
19b5220bc6SSimon Glass  * Here are the type we know about. One day we might allow drivers to
20b5220bc6SSimon Glass  * register. For now we just put them here. The COMPAT macro allows us to
21b5220bc6SSimon Glass  * turn this into a sparse list later, and keeps the ID with the name.
22b5220bc6SSimon Glass  */
23b5220bc6SSimon Glass #define COMPAT(id, name) name
24b5220bc6SSimon Glass static const char * const compat_names[COMPAT_COUNT] = {
25f88fe2deSSimon Glass 	COMPAT(UNKNOWN, "<none>"),
2687f938c9SSimon Glass 	COMPAT(NVIDIA_TEGRA20_USB, "nvidia,tegra20-ehci"),
277e44d932SJim Lin 	COMPAT(NVIDIA_TEGRA30_USB, "nvidia,tegra30-ehci"),
287e44d932SJim Lin 	COMPAT(NVIDIA_TEGRA114_USB, "nvidia,tegra114-ehci"),
29e32624efSTom Warren 	COMPAT(NVIDIA_TEGRA114_I2C, "nvidia,tegra114-i2c"),
3096a78ac0SYen Lin 	COMPAT(NVIDIA_TEGRA20_I2C, "nvidia,tegra20-i2c"),
3196a78ac0SYen Lin 	COMPAT(NVIDIA_TEGRA20_DVC, "nvidia,tegra20-i2c-dvc"),
320e35ad05SJimmy Zhang 	COMPAT(NVIDIA_TEGRA20_EMC, "nvidia,tegra20-emc"),
330e35ad05SJimmy Zhang 	COMPAT(NVIDIA_TEGRA20_EMC_TABLE, "nvidia,tegra20-emc-table"),
346642a681SRakesh Iyer 	COMPAT(NVIDIA_TEGRA20_KBC, "nvidia,tegra20-kbc"),
35312693c3SJim Lin 	COMPAT(NVIDIA_TEGRA20_NAND, "nvidia,tegra20-nand"),
36e1ae0d1fSSimon Glass 	COMPAT(NVIDIA_TEGRA20_PWM, "nvidia,tegra20-pwm"),
3787540de3SWei Ni 	COMPAT(NVIDIA_TEGRA20_DC, "nvidia,tegra20-dc"),
38a73ca478SStephen Warren 	COMPAT(NVIDIA_TEGRA124_SDMMC, "nvidia,tegra124-sdhci"),
39f4e4e0b0STom Warren 	COMPAT(NVIDIA_TEGRA30_SDMMC, "nvidia,tegra30-sdhci"),
40c9aa831eSTom Warren 	COMPAT(NVIDIA_TEGRA20_SDMMC, "nvidia,tegra20-sdhci"),
418f1b46b1SAllen Martin 	COMPAT(NVIDIA_TEGRA20_SFLASH, "nvidia,tegra20-sflash"),
42b19f5749SAllen Martin 	COMPAT(NVIDIA_TEGRA20_SLINK, "nvidia,tegra20-slink"),
43c3bb3c8bSAllen Martin 	COMPAT(NVIDIA_TEGRA114_SPI, "nvidia,tegra114-spi"),
44*f315828bSThierry Reding 	COMPAT(NVIDIA_TEGRA124_PCIE, "nvidia,tegra124-pcie"),
45*f315828bSThierry Reding 	COMPAT(NVIDIA_TEGRA30_PCIE, "nvidia,tegra30-pcie"),
46*f315828bSThierry Reding 	COMPAT(NVIDIA_TEGRA20_PCIE, "nvidia,tegra20-pcie"),
4779c7a90fSThierry Reding 	COMPAT(NVIDIA_TEGRA124_XUSB_PADCTL, "nvidia,tegra124-xusb-padctl"),
48cc9fe33aSHatim RV 	COMPAT(SMSC_LAN9215, "smsc,lan9215"),
49cc9fe33aSHatim RV 	COMPAT(SAMSUNG_EXYNOS5_SROMC, "samsung,exynos-sromc"),
50c34253d1SRajeshwari Shinde 	COMPAT(SAMSUNG_S3C2440_I2C, "samsung,s3c2440-i2c"),
5172dbff12SRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS5_SOUND, "samsung,exynos-sound"),
5272dbff12SRajeshwari Shinde 	COMPAT(WOLFSON_WM8994_CODEC, "wolfson,wm8994-codec"),
535d50659dSRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS_SPI, "samsung,exynos-spi"),
5488364387SHung-ying Tyan 	COMPAT(GOOGLE_CROS_EC, "google,cros-ec"),
55713cb680SHung-ying Tyan 	COMPAT(GOOGLE_CROS_EC_KEYB, "google,cros-ec-keyb"),
566abd1620SRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS_EHCI, "samsung,exynos-ehci"),
57108b85beSVivek Gautam 	COMPAT(SAMSUNG_EXYNOS5_XHCI, "samsung,exynos5250-xhci"),
586abd1620SRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS_USB_PHY, "samsung,exynos-usb-phy"),
59108b85beSVivek Gautam 	COMPAT(SAMSUNG_EXYNOS5_USB3_PHY, "samsung,exynos5250-usb3-phy"),
60618766c0SAkshay Saraswat 	COMPAT(SAMSUNG_EXYNOS_TMU, "samsung,exynos-tmu"),
61d7377b51SAjay Kumar 	COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),
62de461c52SPiotr Wilczek 	COMPAT(SAMSUNG_EXYNOS_MIPI_DSI, "samsung,exynos-mipi-dsi"),
631e4706a7SAjay Kumar 	COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"),
647d3ca0f8SJaehoon Chung 	COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"),
653577fe8bSPiotr Wilczek 	COMPAT(SAMSUNG_EXYNOS_MMC, "samsung,exynos-mmc"),
66ee1e3c2fSRajeshwari Shinde 	COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"),
67cd577e2bSRajeshwari Shinde 	COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),
68bb8215f4SSimon Glass 	COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
697772bb78SRajeshwari Shinde 	COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
70f6267998SRong Chang 	COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),
71ec34fa5eSVincent Palatin 	COMPAT(INFINEON_SLB9645_TPM, "infineon,slb9645-tpm"),
72ecbd7e1eSnaveen krishna chatradhi 	COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"),
73df93d90aSSimon Glass 	COMPAT(SANDBOX_HOST_EMULATION, "sandbox,host-emulation"),
747d95f2a3SSimon Glass 	COMPAT(SANDBOX_LCD_SDL, "sandbox,lcd-sdl"),
75ac1058fdSTom Wai-Hong Tam 	COMPAT(TI_TPS65090, "ti,tps65090"),
76a9cf6da9SSimon Glass 	COMPAT(COMPAT_NXP_PTN3460, "nxp,ptn3460"),
7745c480c9SAjay Kumar 	COMPAT(SAMSUNG_EXYNOS_SYSMMU, "samsung,sysmmu-v3.3"),
789e8f664eSVadim Bendebury 	COMPAT(PARADE_PS8625, "parade,ps8625"),
79ca42d3f7SSimon Glass 	COMPAT(COMPAT_INTEL_LPC, "intel,lpc"),
8077f9b1fbSSimon Glass 	COMPAT(INTEL_MICROCODE, "intel,microcode"),
8165dd74a6SSimon Glass 	COMPAT(MEMORY_SPD, "memory-spd"),
823ac83935SSimon Glass 	COMPAT(INTEL_PANTHERPOINT_AHCI, "intel,pantherpoint-ahci"),
83bb80be39SSimon Glass 	COMPAT(INTEL_MODEL_206AX, "intel,model-206ax"),
84effcf067SSimon Glass 	COMPAT(INTEL_GMA, "intel,gma"),
856173c45bSThierry Reding 	COMPAT(AMS_AS3722, "ams,as3722"),
86b5220bc6SSimon Glass };
87b5220bc6SSimon Glass 
88a53f4a29SSimon Glass const char *fdtdec_get_compatible(enum fdt_compat_id id)
89a53f4a29SSimon Glass {
90a53f4a29SSimon Glass 	/* We allow reading of the 'unknown' ID for testing purposes */
91a53f4a29SSimon Glass 	assert(id >= 0 && id < COMPAT_COUNT);
92a53f4a29SSimon Glass 	return compat_names[id];
93a53f4a29SSimon Glass }
94a53f4a29SSimon Glass 
954397a2a8SSimon Glass fdt_addr_t fdtdec_get_addr_size(const void *blob, int node,
964397a2a8SSimon Glass 		const char *prop_name, fdt_size_t *sizep)
97b5220bc6SSimon Glass {
98b5220bc6SSimon Glass 	const fdt_addr_t *cell;
99b5220bc6SSimon Glass 	int len;
100b5220bc6SSimon Glass 
1011cb2323bSSimon Glass 	debug("%s: %s: ", __func__, prop_name);
102b5220bc6SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
1034397a2a8SSimon Glass 	if (cell && ((!sizep && len == sizeof(fdt_addr_t)) ||
1041cb2323bSSimon Glass 		     len == sizeof(fdt_addr_t) * 2)) {
1051cb2323bSSimon Glass 		fdt_addr_t addr = fdt_addr_to_cpu(*cell);
1064397a2a8SSimon Glass 		if (sizep) {
1074397a2a8SSimon Glass 			const fdt_size_t *size;
1081cb2323bSSimon Glass 
1094397a2a8SSimon Glass 			size = (fdt_size_t *)((char *)cell +
1104397a2a8SSimon Glass 					sizeof(fdt_addr_t));
1114397a2a8SSimon Glass 			*sizep = fdt_size_to_cpu(*size);
112370b6c5cSSimon Glass 			debug("addr=%08lx, size=%08x\n",
113370b6c5cSSimon Glass 			      (ulong)addr, *sizep);
1144397a2a8SSimon Glass 		} else {
115370b6c5cSSimon Glass 			debug("%08lx\n", (ulong)addr);
1164397a2a8SSimon Glass 		}
1171cb2323bSSimon Glass 		return addr;
1181cb2323bSSimon Glass 	}
1191cb2323bSSimon Glass 	debug("(not found)\n");
120b5220bc6SSimon Glass 	return FDT_ADDR_T_NONE;
121b5220bc6SSimon Glass }
122b5220bc6SSimon Glass 
1234397a2a8SSimon Glass fdt_addr_t fdtdec_get_addr(const void *blob, int node,
1244397a2a8SSimon Glass 		const char *prop_name)
1254397a2a8SSimon Glass {
1264397a2a8SSimon Glass 	return fdtdec_get_addr_size(blob, node, prop_name, NULL);
1274397a2a8SSimon Glass }
1284397a2a8SSimon Glass 
129aadef0a1SChe-Liang Chiou uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name,
130aadef0a1SChe-Liang Chiou 		uint64_t default_val)
131aadef0a1SChe-Liang Chiou {
132aadef0a1SChe-Liang Chiou 	const uint64_t *cell64;
133aadef0a1SChe-Liang Chiou 	int length;
134aadef0a1SChe-Liang Chiou 
135aadef0a1SChe-Liang Chiou 	cell64 = fdt_getprop(blob, node, prop_name, &length);
136aadef0a1SChe-Liang Chiou 	if (!cell64 || length < sizeof(*cell64))
137aadef0a1SChe-Liang Chiou 		return default_val;
138aadef0a1SChe-Liang Chiou 
139aadef0a1SChe-Liang Chiou 	return fdt64_to_cpu(*cell64);
140aadef0a1SChe-Liang Chiou }
141aadef0a1SChe-Liang Chiou 
142f88fe2deSSimon Glass int fdtdec_get_is_enabled(const void *blob, int node)
143b5220bc6SSimon Glass {
144b5220bc6SSimon Glass 	const char *cell;
145b5220bc6SSimon Glass 
146f88fe2deSSimon Glass 	/*
147f88fe2deSSimon Glass 	 * It should say "okay", so only allow that. Some fdts use "ok" but
148f88fe2deSSimon Glass 	 * this is a bug. Please fix your device tree source file. See here
149f88fe2deSSimon Glass 	 * for discussion:
150f88fe2deSSimon Glass 	 *
151f88fe2deSSimon Glass 	 * http://www.mail-archive.com/u-boot@lists.denx.de/msg71598.html
152f88fe2deSSimon Glass 	 */
153b5220bc6SSimon Glass 	cell = fdt_getprop(blob, node, "status", NULL);
154b5220bc6SSimon Glass 	if (cell)
155f88fe2deSSimon Glass 		return 0 == strcmp(cell, "okay");
156f88fe2deSSimon Glass 	return 1;
157b5220bc6SSimon Glass }
158b5220bc6SSimon Glass 
1597cde397bSGerald Van Baren enum fdt_compat_id fdtdec_lookup(const void *blob, int node)
160b5220bc6SSimon Glass {
161b5220bc6SSimon Glass 	enum fdt_compat_id id;
162b5220bc6SSimon Glass 
163b5220bc6SSimon Glass 	/* Search our drivers */
164b5220bc6SSimon Glass 	for (id = COMPAT_UNKNOWN; id < COMPAT_COUNT; id++)
165b5220bc6SSimon Glass 		if (0 == fdt_node_check_compatible(blob, node,
166b5220bc6SSimon Glass 				compat_names[id]))
167b5220bc6SSimon Glass 			return id;
168b5220bc6SSimon Glass 	return COMPAT_UNKNOWN;
169b5220bc6SSimon Glass }
170b5220bc6SSimon Glass 
171b5220bc6SSimon Glass int fdtdec_next_compatible(const void *blob, int node,
172b5220bc6SSimon Glass 		enum fdt_compat_id id)
173b5220bc6SSimon Glass {
174b5220bc6SSimon Glass 	return fdt_node_offset_by_compatible(blob, node, compat_names[id]);
175b5220bc6SSimon Glass }
176b5220bc6SSimon Glass 
1773ddecfc7SSimon Glass int fdtdec_next_compatible_subnode(const void *blob, int node,
1783ddecfc7SSimon Glass 		enum fdt_compat_id id, int *depthp)
1793ddecfc7SSimon Glass {
1803ddecfc7SSimon Glass 	do {
1813ddecfc7SSimon Glass 		node = fdt_next_node(blob, node, depthp);
1823ddecfc7SSimon Glass 	} while (*depthp > 1);
1833ddecfc7SSimon Glass 
1843ddecfc7SSimon Glass 	/* If this is a direct subnode, and compatible, return it */
1853ddecfc7SSimon Glass 	if (*depthp == 1 && 0 == fdt_node_check_compatible(
1863ddecfc7SSimon Glass 						blob, node, compat_names[id]))
1873ddecfc7SSimon Glass 		return node;
1883ddecfc7SSimon Glass 
1893ddecfc7SSimon Glass 	return -FDT_ERR_NOTFOUND;
1903ddecfc7SSimon Glass }
1913ddecfc7SSimon Glass 
192b5220bc6SSimon Glass int fdtdec_next_alias(const void *blob, const char *name,
193b5220bc6SSimon Glass 		enum fdt_compat_id id, int *upto)
194b5220bc6SSimon Glass {
195b5220bc6SSimon Glass #define MAX_STR_LEN 20
196b5220bc6SSimon Glass 	char str[MAX_STR_LEN + 20];
197b5220bc6SSimon Glass 	int node, err;
198b5220bc6SSimon Glass 
199b5220bc6SSimon Glass 	/* snprintf() is not available */
200b5220bc6SSimon Glass 	assert(strlen(name) < MAX_STR_LEN);
201b5220bc6SSimon Glass 	sprintf(str, "%.*s%d", MAX_STR_LEN, name, *upto);
20200878476SSimon Glass 	node = fdt_path_offset(blob, str);
203b5220bc6SSimon Glass 	if (node < 0)
204b5220bc6SSimon Glass 		return node;
205b5220bc6SSimon Glass 	err = fdt_node_check_compatible(blob, node, compat_names[id]);
206b5220bc6SSimon Glass 	if (err < 0)
207b5220bc6SSimon Glass 		return err;
208f88fe2deSSimon Glass 	if (err)
209f88fe2deSSimon Glass 		return -FDT_ERR_NOTFOUND;
210f88fe2deSSimon Glass 	(*upto)++;
211f88fe2deSSimon Glass 	return node;
212b5220bc6SSimon Glass }
213b5220bc6SSimon Glass 
214a53f4a29SSimon Glass int fdtdec_find_aliases_for_id(const void *blob, const char *name,
215a53f4a29SSimon Glass 			enum fdt_compat_id id, int *node_list, int maxcount)
216a53f4a29SSimon Glass {
217c6782270SSimon Glass 	memset(node_list, '\0', sizeof(*node_list) * maxcount);
218c6782270SSimon Glass 
219c6782270SSimon Glass 	return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount);
220c6782270SSimon Glass }
221c6782270SSimon Glass 
222c6782270SSimon Glass /* TODO: Can we tighten this code up a little? */
223c6782270SSimon Glass int fdtdec_add_aliases_for_id(const void *blob, const char *name,
224c6782270SSimon Glass 			enum fdt_compat_id id, int *node_list, int maxcount)
225c6782270SSimon Glass {
226a53f4a29SSimon Glass 	int name_len = strlen(name);
227a53f4a29SSimon Glass 	int nodes[maxcount];
228a53f4a29SSimon Glass 	int num_found = 0;
229a53f4a29SSimon Glass 	int offset, node;
230a53f4a29SSimon Glass 	int alias_node;
231a53f4a29SSimon Glass 	int count;
232a53f4a29SSimon Glass 	int i, j;
233a53f4a29SSimon Glass 
234a53f4a29SSimon Glass 	/* find the alias node if present */
235a53f4a29SSimon Glass 	alias_node = fdt_path_offset(blob, "/aliases");
236a53f4a29SSimon Glass 
237a53f4a29SSimon Glass 	/*
238a53f4a29SSimon Glass 	 * start with nothing, and we can assume that the root node can't
239a53f4a29SSimon Glass 	 * match
240a53f4a29SSimon Glass 	 */
241a53f4a29SSimon Glass 	memset(nodes, '\0', sizeof(nodes));
242a53f4a29SSimon Glass 
243a53f4a29SSimon Glass 	/* First find all the compatible nodes */
244a53f4a29SSimon Glass 	for (node = count = 0; node >= 0 && count < maxcount;) {
245a53f4a29SSimon Glass 		node = fdtdec_next_compatible(blob, node, id);
246a53f4a29SSimon Glass 		if (node >= 0)
247a53f4a29SSimon Glass 			nodes[count++] = node;
248a53f4a29SSimon Glass 	}
249a53f4a29SSimon Glass 	if (node >= 0)
250a53f4a29SSimon Glass 		debug("%s: warning: maxcount exceeded with alias '%s'\n",
251a53f4a29SSimon Glass 		       __func__, name);
252a53f4a29SSimon Glass 
253a53f4a29SSimon Glass 	/* Now find all the aliases */
254a53f4a29SSimon Glass 	for (offset = fdt_first_property_offset(blob, alias_node);
255a53f4a29SSimon Glass 			offset > 0;
256a53f4a29SSimon Glass 			offset = fdt_next_property_offset(blob, offset)) {
257a53f4a29SSimon Glass 		const struct fdt_property *prop;
258a53f4a29SSimon Glass 		const char *path;
259a53f4a29SSimon Glass 		int number;
260a53f4a29SSimon Glass 		int found;
261a53f4a29SSimon Glass 
262a53f4a29SSimon Glass 		node = 0;
263a53f4a29SSimon Glass 		prop = fdt_get_property_by_offset(blob, offset, NULL);
264a53f4a29SSimon Glass 		path = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
265a53f4a29SSimon Glass 		if (prop->len && 0 == strncmp(path, name, name_len))
266a53f4a29SSimon Glass 			node = fdt_path_offset(blob, prop->data);
267a53f4a29SSimon Glass 		if (node <= 0)
268a53f4a29SSimon Glass 			continue;
269a53f4a29SSimon Glass 
270a53f4a29SSimon Glass 		/* Get the alias number */
271a53f4a29SSimon Glass 		number = simple_strtoul(path + name_len, NULL, 10);
272a53f4a29SSimon Glass 		if (number < 0 || number >= maxcount) {
273a53f4a29SSimon Glass 			debug("%s: warning: alias '%s' is out of range\n",
274a53f4a29SSimon Glass 			       __func__, path);
275a53f4a29SSimon Glass 			continue;
276a53f4a29SSimon Glass 		}
277a53f4a29SSimon Glass 
278a53f4a29SSimon Glass 		/* Make sure the node we found is actually in our list! */
279a53f4a29SSimon Glass 		found = -1;
280a53f4a29SSimon Glass 		for (j = 0; j < count; j++)
281a53f4a29SSimon Glass 			if (nodes[j] == node) {
282a53f4a29SSimon Glass 				found = j;
283a53f4a29SSimon Glass 				break;
284a53f4a29SSimon Glass 			}
285a53f4a29SSimon Glass 
286a53f4a29SSimon Glass 		if (found == -1) {
287a53f4a29SSimon Glass 			debug("%s: warning: alias '%s' points to a node "
288a53f4a29SSimon Glass 				"'%s' that is missing or is not compatible "
289a53f4a29SSimon Glass 				" with '%s'\n", __func__, path,
290a53f4a29SSimon Glass 				fdt_get_name(blob, node, NULL),
291a53f4a29SSimon Glass 			       compat_names[id]);
292a53f4a29SSimon Glass 			continue;
293a53f4a29SSimon Glass 		}
294a53f4a29SSimon Glass 
295a53f4a29SSimon Glass 		/*
296a53f4a29SSimon Glass 		 * Add this node to our list in the right place, and mark
297a53f4a29SSimon Glass 		 * it as done.
298a53f4a29SSimon Glass 		 */
299a53f4a29SSimon Glass 		if (fdtdec_get_is_enabled(blob, node)) {
300c6782270SSimon Glass 			if (node_list[number]) {
301c6782270SSimon Glass 				debug("%s: warning: alias '%s' requires that "
302c6782270SSimon Glass 				      "a node be placed in the list in a "
303c6782270SSimon Glass 				      "position which is already filled by "
304c6782270SSimon Glass 				      "node '%s'\n", __func__, path,
305c6782270SSimon Glass 				      fdt_get_name(blob, node, NULL));
306c6782270SSimon Glass 				continue;
307c6782270SSimon Glass 			}
308a53f4a29SSimon Glass 			node_list[number] = node;
309a53f4a29SSimon Glass 			if (number >= num_found)
310a53f4a29SSimon Glass 				num_found = number + 1;
311a53f4a29SSimon Glass 		}
312c6782270SSimon Glass 		nodes[found] = 0;
313a53f4a29SSimon Glass 	}
314a53f4a29SSimon Glass 
315a53f4a29SSimon Glass 	/* Add any nodes not mentioned by an alias */
316a53f4a29SSimon Glass 	for (i = j = 0; i < maxcount; i++) {
317a53f4a29SSimon Glass 		if (!node_list[i]) {
318a53f4a29SSimon Glass 			for (; j < maxcount; j++)
319a53f4a29SSimon Glass 				if (nodes[j] &&
320a53f4a29SSimon Glass 					fdtdec_get_is_enabled(blob, nodes[j]))
321a53f4a29SSimon Glass 					break;
322a53f4a29SSimon Glass 
323a53f4a29SSimon Glass 			/* Have we run out of nodes to add? */
324a53f4a29SSimon Glass 			if (j == maxcount)
325a53f4a29SSimon Glass 				break;
326a53f4a29SSimon Glass 
327a53f4a29SSimon Glass 			assert(!node_list[i]);
328a53f4a29SSimon Glass 			node_list[i] = nodes[j++];
329a53f4a29SSimon Glass 			if (i >= num_found)
330a53f4a29SSimon Glass 				num_found = i + 1;
331a53f4a29SSimon Glass 		}
332a53f4a29SSimon Glass 	}
333a53f4a29SSimon Glass 
334a53f4a29SSimon Glass 	return num_found;
335a53f4a29SSimon Glass }
336a53f4a29SSimon Glass 
3375c33c9fdSSimon Glass int fdtdec_get_alias_seq(const void *blob, const char *base, int offset,
3385c33c9fdSSimon Glass 			 int *seqp)
3395c33c9fdSSimon Glass {
3405c33c9fdSSimon Glass 	int base_len = strlen(base);
3415c33c9fdSSimon Glass 	const char *find_name;
3425c33c9fdSSimon Glass 	int find_namelen;
3435c33c9fdSSimon Glass 	int prop_offset;
3445c33c9fdSSimon Glass 	int aliases;
3455c33c9fdSSimon Glass 
3465c33c9fdSSimon Glass 	find_name = fdt_get_name(blob, offset, &find_namelen);
3475c33c9fdSSimon Glass 	debug("Looking for '%s' at %d, name %s\n", base, offset, find_name);
3485c33c9fdSSimon Glass 
3495c33c9fdSSimon Glass 	aliases = fdt_path_offset(blob, "/aliases");
3505c33c9fdSSimon Glass 	for (prop_offset = fdt_first_property_offset(blob, aliases);
3515c33c9fdSSimon Glass 	     prop_offset > 0;
3525c33c9fdSSimon Glass 	     prop_offset = fdt_next_property_offset(blob, prop_offset)) {
3535c33c9fdSSimon Glass 		const char *prop;
3545c33c9fdSSimon Glass 		const char *name;
3555c33c9fdSSimon Glass 		const char *slash;
3565c33c9fdSSimon Glass 		const char *p;
3575c33c9fdSSimon Glass 		int len;
3585c33c9fdSSimon Glass 
3595c33c9fdSSimon Glass 		prop = fdt_getprop_by_offset(blob, prop_offset, &name, &len);
3605c33c9fdSSimon Glass 		debug("   - %s, %s\n", name, prop);
3615c33c9fdSSimon Glass 		if (len < find_namelen || *prop != '/' || prop[len - 1] ||
3625c33c9fdSSimon Glass 		    strncmp(name, base, base_len))
3635c33c9fdSSimon Glass 			continue;
3645c33c9fdSSimon Glass 
3655c33c9fdSSimon Glass 		slash = strrchr(prop, '/');
3665c33c9fdSSimon Glass 		if (strcmp(slash + 1, find_name))
3675c33c9fdSSimon Glass 			continue;
368a88340dfSSimon Glass 		for (p = name + strlen(name) - 1; p > name; p--) {
369a88340dfSSimon Glass 			if (!isdigit(*p)) {
370a88340dfSSimon Glass 				*seqp = simple_strtoul(p + 1, NULL, 10);
3715c33c9fdSSimon Glass 				debug("Found seq %d\n", *seqp);
3725c33c9fdSSimon Glass 				return 0;
3735c33c9fdSSimon Glass 			}
3745c33c9fdSSimon Glass 		}
3755c33c9fdSSimon Glass 	}
3765c33c9fdSSimon Glass 
3775c33c9fdSSimon Glass 	debug("Not found\n");
3785c33c9fdSSimon Glass 	return -ENOENT;
3795c33c9fdSSimon Glass }
3805c33c9fdSSimon Glass 
381aac07d49SSimon Glass int fdtdec_get_chosen_node(const void *blob, const char *name)
382aac07d49SSimon Glass {
383aac07d49SSimon Glass 	const char *prop;
384aac07d49SSimon Glass 	int chosen_node;
385aac07d49SSimon Glass 	int len;
386aac07d49SSimon Glass 
387aac07d49SSimon Glass 	if (!blob)
388aac07d49SSimon Glass 		return -FDT_ERR_NOTFOUND;
389aac07d49SSimon Glass 	chosen_node = fdt_path_offset(blob, "/chosen");
390aac07d49SSimon Glass 	prop = fdt_getprop(blob, chosen_node, name, &len);
391aac07d49SSimon Glass 	if (!prop)
392aac07d49SSimon Glass 		return -FDT_ERR_NOTFOUND;
393aac07d49SSimon Glass 	return fdt_path_offset(blob, prop);
394aac07d49SSimon Glass }
395aac07d49SSimon Glass 
3969a263e55SSimon Glass int fdtdec_check_fdt(void)
3979a263e55SSimon Glass {
3989a263e55SSimon Glass 	/*
3999a263e55SSimon Glass 	 * We must have an FDT, but we cannot panic() yet since the console
4009a263e55SSimon Glass 	 * is not ready. So for now, just assert(). Boards which need an early
4019a263e55SSimon Glass 	 * FDT (prior to console ready) will need to make their own
4029a263e55SSimon Glass 	 * arrangements and do their own checks.
4039a263e55SSimon Glass 	 */
4049a263e55SSimon Glass 	assert(!fdtdec_prepare_fdt());
4059a263e55SSimon Glass 	return 0;
4069a263e55SSimon Glass }
4079a263e55SSimon Glass 
408b5220bc6SSimon Glass /*
409b5220bc6SSimon Glass  * This function is a little odd in that it accesses global data. At some
410b5220bc6SSimon Glass  * point if the architecture board.c files merge this will make more sense.
411b5220bc6SSimon Glass  * Even now, it is common code.
412b5220bc6SSimon Glass  */
4139a263e55SSimon Glass int fdtdec_prepare_fdt(void)
414b5220bc6SSimon Glass {
415c309c2daSSimon Glass 	if (!gd->fdt_blob || ((uintptr_t)gd->fdt_blob & 3) ||
416c309c2daSSimon Glass 	    fdt_check_header(gd->fdt_blob)) {
4179a263e55SSimon Glass 		printf("No valid FDT found - please append one to U-Boot "
4189a263e55SSimon Glass 			"binary, use u-boot-dtb.bin or define "
419a733b06bSSimon Glass 			"CONFIG_OF_EMBED. For sandbox, use -d <file.dtb>\n");
4209a263e55SSimon Glass 		return -1;
4219a263e55SSimon Glass 	}
422b5220bc6SSimon Glass 	return 0;
423b5220bc6SSimon Glass }
424d17da655SSimon Glass 
425d17da655SSimon Glass int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name)
426d17da655SSimon Glass {
427d17da655SSimon Glass 	const u32 *phandle;
428d17da655SSimon Glass 	int lookup;
429d17da655SSimon Glass 
4301cb2323bSSimon Glass 	debug("%s: %s\n", __func__, prop_name);
431d17da655SSimon Glass 	phandle = fdt_getprop(blob, node, prop_name, NULL);
432d17da655SSimon Glass 	if (!phandle)
433d17da655SSimon Glass 		return -FDT_ERR_NOTFOUND;
434d17da655SSimon Glass 
435d17da655SSimon Glass 	lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle));
436d17da655SSimon Glass 	return lookup;
437d17da655SSimon Glass }
438d17da655SSimon Glass 
439d17da655SSimon Glass /**
440d17da655SSimon Glass  * Look up a property in a node and check that it has a minimum length.
441d17da655SSimon Glass  *
442d17da655SSimon Glass  * @param blob		FDT blob
443d17da655SSimon Glass  * @param node		node to examine
444d17da655SSimon Glass  * @param prop_name	name of property to find
445d17da655SSimon Glass  * @param min_len	minimum property length in bytes
446d17da655SSimon Glass  * @param err		0 if ok, or -FDT_ERR_NOTFOUND if the property is not
447d17da655SSimon Glass 			found, or -FDT_ERR_BADLAYOUT if not enough data
448d17da655SSimon Glass  * @return pointer to cell, which is only valid if err == 0
449d17da655SSimon Glass  */
450d17da655SSimon Glass static const void *get_prop_check_min_len(const void *blob, int node,
451d17da655SSimon Glass 		const char *prop_name, int min_len, int *err)
452d17da655SSimon Glass {
453d17da655SSimon Glass 	const void *cell;
454d17da655SSimon Glass 	int len;
455d17da655SSimon Glass 
456d17da655SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
457d17da655SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
458d17da655SSimon Glass 	if (!cell)
459d17da655SSimon Glass 		*err = -FDT_ERR_NOTFOUND;
460d17da655SSimon Glass 	else if (len < min_len)
461d17da655SSimon Glass 		*err = -FDT_ERR_BADLAYOUT;
462d17da655SSimon Glass 	else
463d17da655SSimon Glass 		*err = 0;
464d17da655SSimon Glass 	return cell;
465d17da655SSimon Glass }
466d17da655SSimon Glass 
467d17da655SSimon Glass int fdtdec_get_int_array(const void *blob, int node, const char *prop_name,
468d17da655SSimon Glass 		u32 *array, int count)
469d17da655SSimon Glass {
470d17da655SSimon Glass 	const u32 *cell;
471d17da655SSimon Glass 	int i, err = 0;
472d17da655SSimon Glass 
473d17da655SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
474d17da655SSimon Glass 	cell = get_prop_check_min_len(blob, node, prop_name,
475d17da655SSimon Glass 				      sizeof(u32) * count, &err);
476d17da655SSimon Glass 	if (!err) {
477d17da655SSimon Glass 		for (i = 0; i < count; i++)
478d17da655SSimon Glass 			array[i] = fdt32_to_cpu(cell[i]);
479d17da655SSimon Glass 	}
480d17da655SSimon Glass 	return err;
481d17da655SSimon Glass }
482d17da655SSimon Glass 
483a9f04d49SSimon Glass int fdtdec_get_int_array_count(const void *blob, int node,
484a9f04d49SSimon Glass 			       const char *prop_name, u32 *array, int count)
485a9f04d49SSimon Glass {
486a9f04d49SSimon Glass 	const u32 *cell;
487a9f04d49SSimon Glass 	int len, elems;
488a9f04d49SSimon Glass 	int i;
489a9f04d49SSimon Glass 
490a9f04d49SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
491a9f04d49SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
492a9f04d49SSimon Glass 	if (!cell)
493a9f04d49SSimon Glass 		return -FDT_ERR_NOTFOUND;
494a9f04d49SSimon Glass 	elems = len / sizeof(u32);
495a9f04d49SSimon Glass 	if (count > elems)
496a9f04d49SSimon Glass 		count = elems;
497a9f04d49SSimon Glass 	for (i = 0; i < count; i++)
498a9f04d49SSimon Glass 		array[i] = fdt32_to_cpu(cell[i]);
499a9f04d49SSimon Glass 
500a9f04d49SSimon Glass 	return count;
501a9f04d49SSimon Glass }
502a9f04d49SSimon Glass 
50396875e7dSSimon Glass const u32 *fdtdec_locate_array(const void *blob, int node,
50496875e7dSSimon Glass 			       const char *prop_name, int count)
50596875e7dSSimon Glass {
50696875e7dSSimon Glass 	const u32 *cell;
50796875e7dSSimon Glass 	int err;
50896875e7dSSimon Glass 
50996875e7dSSimon Glass 	cell = get_prop_check_min_len(blob, node, prop_name,
51096875e7dSSimon Glass 				      sizeof(u32) * count, &err);
51196875e7dSSimon Glass 	return err ? NULL : cell;
51296875e7dSSimon Glass }
51396875e7dSSimon Glass 
514d17da655SSimon Glass int fdtdec_get_bool(const void *blob, int node, const char *prop_name)
515d17da655SSimon Glass {
516d17da655SSimon Glass 	const s32 *cell;
517d17da655SSimon Glass 	int len;
518d17da655SSimon Glass 
519d17da655SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
520d17da655SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
521d17da655SSimon Glass 	return cell != NULL;
522d17da655SSimon Glass }
523ed3ee5cdSSimon Glass 
524ed3ee5cdSSimon Glass /**
525ed3ee5cdSSimon Glass  * Decode a list of GPIOs from an FDT. This creates a list of GPIOs with no
526ed3ee5cdSSimon Glass  * terminating item.
527ed3ee5cdSSimon Glass  *
528ed3ee5cdSSimon Glass  * @param blob		FDT blob to use
529ed3ee5cdSSimon Glass  * @param node		Node to look at
530ed3ee5cdSSimon Glass  * @param prop_name	Node property name
531ed3ee5cdSSimon Glass  * @param gpio		Array of gpio elements to fill from FDT. This will be
532ed3ee5cdSSimon Glass  *			untouched if either 0 or an error is returned
533ed3ee5cdSSimon Glass  * @param max_count	Maximum number of elements allowed
534ed3ee5cdSSimon Glass  * @return number of GPIOs read if ok, -FDT_ERR_BADLAYOUT if max_count would
535ed3ee5cdSSimon Glass  * be exceeded, or -FDT_ERR_NOTFOUND if the property is missing.
536ed3ee5cdSSimon Glass  */
5375921f6a2SAbhilash Kesavan int fdtdec_decode_gpios(const void *blob, int node, const char *prop_name,
5385921f6a2SAbhilash Kesavan 		struct fdt_gpio_state *gpio, int max_count)
539ed3ee5cdSSimon Glass {
540ed3ee5cdSSimon Glass 	const struct fdt_property *prop;
541ed3ee5cdSSimon Glass 	const u32 *cell;
542ed3ee5cdSSimon Glass 	const char *name;
543ed3ee5cdSSimon Glass 	int len, i;
544ed3ee5cdSSimon Glass 
545ed3ee5cdSSimon Glass 	debug("%s: %s\n", __func__, prop_name);
546ed3ee5cdSSimon Glass 	assert(max_count > 0);
547ed3ee5cdSSimon Glass 	prop = fdt_get_property(blob, node, prop_name, &len);
548ed3ee5cdSSimon Glass 	if (!prop) {
5491cb2323bSSimon Glass 		debug("%s: property '%s' missing\n", __func__, prop_name);
550ed3ee5cdSSimon Glass 		return -FDT_ERR_NOTFOUND;
551ed3ee5cdSSimon Glass 	}
552ed3ee5cdSSimon Glass 
553ed3ee5cdSSimon Glass 	/* We will use the name to tag the GPIO */
554ed3ee5cdSSimon Glass 	name = fdt_string(blob, fdt32_to_cpu(prop->nameoff));
555ed3ee5cdSSimon Glass 	cell = (u32 *)prop->data;
556ed3ee5cdSSimon Glass 	len /= sizeof(u32) * 3;		/* 3 cells per GPIO record */
557ed3ee5cdSSimon Glass 	if (len > max_count) {
5581cb2323bSSimon Glass 		debug(" %s: too many GPIOs / cells for "
559ed3ee5cdSSimon Glass 			"property '%s'\n", __func__, prop_name);
560ed3ee5cdSSimon Glass 		return -FDT_ERR_BADLAYOUT;
561ed3ee5cdSSimon Glass 	}
562ed3ee5cdSSimon Glass 
563ed3ee5cdSSimon Glass 	/* Read out the GPIO data from the cells */
564ed3ee5cdSSimon Glass 	for (i = 0; i < len; i++, cell += 3) {
565ed3ee5cdSSimon Glass 		gpio[i].gpio = fdt32_to_cpu(cell[1]);
566ed3ee5cdSSimon Glass 		gpio[i].flags = fdt32_to_cpu(cell[2]);
567ed3ee5cdSSimon Glass 		gpio[i].name = name;
568ed3ee5cdSSimon Glass 	}
569ed3ee5cdSSimon Glass 
570ed3ee5cdSSimon Glass 	return len;
571ed3ee5cdSSimon Glass }
572ed3ee5cdSSimon Glass 
573ed3ee5cdSSimon Glass int fdtdec_decode_gpio(const void *blob, int node, const char *prop_name,
574ed3ee5cdSSimon Glass 		struct fdt_gpio_state *gpio)
575ed3ee5cdSSimon Glass {
576ed3ee5cdSSimon Glass 	int err;
577ed3ee5cdSSimon Glass 
578ed3ee5cdSSimon Glass 	debug("%s: %s\n", __func__, prop_name);
579ed3ee5cdSSimon Glass 	gpio->gpio = FDT_GPIO_NONE;
580ed3ee5cdSSimon Glass 	gpio->name = NULL;
581ed3ee5cdSSimon Glass 	err = fdtdec_decode_gpios(blob, node, prop_name, gpio, 1);
582ed3ee5cdSSimon Glass 	return err == 1 ? 0 : err;
583ed3ee5cdSSimon Glass }
584ed3ee5cdSSimon Glass 
585202ff753SSean Paul int fdtdec_get_gpio(struct fdt_gpio_state *gpio)
586202ff753SSean Paul {
587202ff753SSean Paul 	int val;
588202ff753SSean Paul 
589202ff753SSean Paul 	if (!fdt_gpio_isvalid(gpio))
590202ff753SSean Paul 		return -1;
591202ff753SSean Paul 
592202ff753SSean Paul 	val = gpio_get_value(gpio->gpio);
593202ff753SSean Paul 	return gpio->flags & FDT_GPIO_ACTIVE_LOW ? val ^ 1 : val;
594202ff753SSean Paul }
595202ff753SSean Paul 
596202ff753SSean Paul int fdtdec_set_gpio(struct fdt_gpio_state *gpio, int val)
597202ff753SSean Paul {
598202ff753SSean Paul 	if (!fdt_gpio_isvalid(gpio))
599202ff753SSean Paul 		return -1;
600202ff753SSean Paul 
601202ff753SSean Paul 	val = gpio->flags & FDT_GPIO_ACTIVE_LOW ? val ^ 1 : val;
602202ff753SSean Paul 	return gpio_set_value(gpio->gpio, val);
603202ff753SSean Paul }
604202ff753SSean Paul 
605ed3ee5cdSSimon Glass int fdtdec_setup_gpio(struct fdt_gpio_state *gpio)
606ed3ee5cdSSimon Glass {
607ed3ee5cdSSimon Glass 	/*
608ed3ee5cdSSimon Glass 	 * Return success if there is no GPIO defined. This is used for
609ed3ee5cdSSimon Glass 	 * optional GPIOs)
610ed3ee5cdSSimon Glass 	 */
611ed3ee5cdSSimon Glass 	if (!fdt_gpio_isvalid(gpio))
612ed3ee5cdSSimon Glass 		return 0;
613ed3ee5cdSSimon Glass 
614ed3ee5cdSSimon Glass 	if (gpio_request(gpio->gpio, gpio->name))
615ed3ee5cdSSimon Glass 		return -1;
616ed3ee5cdSSimon Glass 	return 0;
617ed3ee5cdSSimon Glass }
618bed4d892SAnton Staff 
619bed4d892SAnton Staff int fdtdec_get_byte_array(const void *blob, int node, const char *prop_name,
620bed4d892SAnton Staff 		u8 *array, int count)
621bed4d892SAnton Staff {
622bed4d892SAnton Staff 	const u8 *cell;
623bed4d892SAnton Staff 	int err;
624bed4d892SAnton Staff 
625bed4d892SAnton Staff 	cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
626bed4d892SAnton Staff 	if (!err)
627bed4d892SAnton Staff 		memcpy(array, cell, count);
628bed4d892SAnton Staff 	return err;
629bed4d892SAnton Staff }
630bed4d892SAnton Staff 
631bed4d892SAnton Staff const u8 *fdtdec_locate_byte_array(const void *blob, int node,
632bed4d892SAnton Staff 			     const char *prop_name, int count)
633bed4d892SAnton Staff {
634bed4d892SAnton Staff 	const u8 *cell;
635bed4d892SAnton Staff 	int err;
636bed4d892SAnton Staff 
637bed4d892SAnton Staff 	cell = get_prop_check_min_len(blob, node, prop_name, count, &err);
638bed4d892SAnton Staff 	if (err)
639bed4d892SAnton Staff 		return NULL;
640bed4d892SAnton Staff 	return cell;
641bed4d892SAnton Staff }
64209258f1eSAbhilash Kesavan 
64309258f1eSAbhilash Kesavan int fdtdec_get_config_int(const void *blob, const char *prop_name,
64409258f1eSAbhilash Kesavan 		int default_val)
64509258f1eSAbhilash Kesavan {
64609258f1eSAbhilash Kesavan 	int config_node;
64709258f1eSAbhilash Kesavan 
64809258f1eSAbhilash Kesavan 	debug("%s: %s\n", __func__, prop_name);
64909258f1eSAbhilash Kesavan 	config_node = fdt_path_offset(blob, "/config");
65009258f1eSAbhilash Kesavan 	if (config_node < 0)
65109258f1eSAbhilash Kesavan 		return default_val;
65209258f1eSAbhilash Kesavan 	return fdtdec_get_int(blob, config_node, prop_name, default_val);
65309258f1eSAbhilash Kesavan }
654332ab0d5SSimon Glass 
65579289c0bSGabe Black int fdtdec_get_config_bool(const void *blob, const char *prop_name)
65679289c0bSGabe Black {
65779289c0bSGabe Black 	int config_node;
65879289c0bSGabe Black 	const void *prop;
65979289c0bSGabe Black 
66079289c0bSGabe Black 	debug("%s: %s\n", __func__, prop_name);
66179289c0bSGabe Black 	config_node = fdt_path_offset(blob, "/config");
66279289c0bSGabe Black 	if (config_node < 0)
66379289c0bSGabe Black 		return 0;
66479289c0bSGabe Black 	prop = fdt_get_property(blob, config_node, prop_name, NULL);
66579289c0bSGabe Black 
66679289c0bSGabe Black 	return prop != NULL;
66779289c0bSGabe Black }
66879289c0bSGabe Black 
669332ab0d5SSimon Glass char *fdtdec_get_config_string(const void *blob, const char *prop_name)
670332ab0d5SSimon Glass {
671332ab0d5SSimon Glass 	const char *nodep;
672332ab0d5SSimon Glass 	int nodeoffset;
673332ab0d5SSimon Glass 	int len;
674332ab0d5SSimon Glass 
675332ab0d5SSimon Glass 	debug("%s: %s\n", __func__, prop_name);
676332ab0d5SSimon Glass 	nodeoffset = fdt_path_offset(blob, "/config");
677332ab0d5SSimon Glass 	if (nodeoffset < 0)
678332ab0d5SSimon Glass 		return NULL;
679332ab0d5SSimon Glass 
680332ab0d5SSimon Glass 	nodep = fdt_getprop(blob, nodeoffset, prop_name, &len);
681332ab0d5SSimon Glass 	if (!nodep)
682332ab0d5SSimon Glass 		return NULL;
683332ab0d5SSimon Glass 
684332ab0d5SSimon Glass 	return (char *)nodep;
685332ab0d5SSimon Glass }
686f20c4619SSimon Glass 
68776489832SSimon Glass int fdtdec_decode_region(const void *blob, int node, const char *prop_name,
68876489832SSimon Glass 			 fdt_addr_t *basep, fdt_size_t *sizep)
689f20c4619SSimon Glass {
690f20c4619SSimon Glass 	const fdt_addr_t *cell;
691f20c4619SSimon Glass 	int len;
692f20c4619SSimon Glass 
69376489832SSimon Glass 	debug("%s: %s: %s\n", __func__, fdt_get_name(blob, node, NULL),
69476489832SSimon Glass 	      prop_name);
695f20c4619SSimon Glass 	cell = fdt_getprop(blob, node, prop_name, &len);
69676489832SSimon Glass 	if (!cell || (len < sizeof(fdt_addr_t) * 2)) {
69776489832SSimon Glass 		debug("cell=%p, len=%d\n", cell, len);
698f20c4619SSimon Glass 		return -1;
69976489832SSimon Glass 	}
700f20c4619SSimon Glass 
70176489832SSimon Glass 	*basep = fdt_addr_to_cpu(*cell);
70276489832SSimon Glass 	*sizep = fdt_size_to_cpu(cell[1]);
70376489832SSimon Glass 	debug("%s: base=%08lx, size=%lx\n", __func__, (ulong)*basep,
70476489832SSimon Glass 	      (ulong)*sizep);
70576489832SSimon Glass 
706f20c4619SSimon Glass 	return 0;
707f20c4619SSimon Glass }
708006e73b9SSimon Glass 
709006e73b9SSimon Glass /**
710006e73b9SSimon Glass  * Read a flash entry from the fdt
711006e73b9SSimon Glass  *
712006e73b9SSimon Glass  * @param blob		FDT blob
713006e73b9SSimon Glass  * @param node		Offset of node to read
714006e73b9SSimon Glass  * @param name		Name of node being read
715006e73b9SSimon Glass  * @param entry		Place to put offset and size of this node
716006e73b9SSimon Glass  * @return 0 if ok, -ve on error
717006e73b9SSimon Glass  */
718006e73b9SSimon Glass int fdtdec_read_fmap_entry(const void *blob, int node, const char *name,
719006e73b9SSimon Glass 			   struct fmap_entry *entry)
720006e73b9SSimon Glass {
721f3cc44f9SSimon Glass 	const char *prop;
722006e73b9SSimon Glass 	u32 reg[2];
723006e73b9SSimon Glass 
724006e73b9SSimon Glass 	if (fdtdec_get_int_array(blob, node, "reg", reg, 2)) {
725006e73b9SSimon Glass 		debug("Node '%s' has bad/missing 'reg' property\n", name);
726006e73b9SSimon Glass 		return -FDT_ERR_NOTFOUND;
727006e73b9SSimon Glass 	}
728006e73b9SSimon Glass 	entry->offset = reg[0];
729006e73b9SSimon Glass 	entry->length = reg[1];
730f3cc44f9SSimon Glass 	entry->used = fdtdec_get_int(blob, node, "used", entry->length);
731f3cc44f9SSimon Glass 	prop = fdt_getprop(blob, node, "compress", NULL);
732f3cc44f9SSimon Glass 	entry->compress_algo = prop && !strcmp(prop, "lzo") ?
733f3cc44f9SSimon Glass 		FMAP_COMPRESS_LZO : FMAP_COMPRESS_NONE;
734f3cc44f9SSimon Glass 	prop = fdt_getprop(blob, node, "hash", &entry->hash_size);
735f3cc44f9SSimon Glass 	entry->hash_algo = prop ? FMAP_HASH_SHA256 : FMAP_HASH_NONE;
736f3cc44f9SSimon Glass 	entry->hash = (uint8_t *)prop;
737006e73b9SSimon Glass 
738006e73b9SSimon Glass 	return 0;
739006e73b9SSimon Glass }
74056f42242SThierry Reding 
74156f42242SThierry Reding static u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells)
74256f42242SThierry Reding {
74356f42242SThierry Reding 	u64 number = 0;
74456f42242SThierry Reding 
74556f42242SThierry Reding 	while (cells--)
74656f42242SThierry Reding 		number = (number << 32) | fdt32_to_cpu(*ptr++);
74756f42242SThierry Reding 
74856f42242SThierry Reding 	return number;
74956f42242SThierry Reding }
75056f42242SThierry Reding 
75156f42242SThierry Reding int fdt_get_resource(const void *fdt, int node, const char *property,
75256f42242SThierry Reding 		     unsigned int index, struct fdt_resource *res)
75356f42242SThierry Reding {
75456f42242SThierry Reding 	const fdt32_t *ptr, *end;
75556f42242SThierry Reding 	int na, ns, len, parent;
75656f42242SThierry Reding 	unsigned int i = 0;
75756f42242SThierry Reding 
75856f42242SThierry Reding 	parent = fdt_parent_offset(fdt, node);
75956f42242SThierry Reding 	if (parent < 0)
76056f42242SThierry Reding 		return parent;
76156f42242SThierry Reding 
76256f42242SThierry Reding 	na = fdt_address_cells(fdt, parent);
76356f42242SThierry Reding 	ns = fdt_size_cells(fdt, parent);
76456f42242SThierry Reding 
76556f42242SThierry Reding 	ptr = fdt_getprop(fdt, node, property, &len);
76656f42242SThierry Reding 	if (!ptr)
76756f42242SThierry Reding 		return len;
76856f42242SThierry Reding 
76956f42242SThierry Reding 	end = ptr + len / sizeof(*ptr);
77056f42242SThierry Reding 
77156f42242SThierry Reding 	while (ptr + na + ns <= end) {
77256f42242SThierry Reding 		if (i == index) {
77356f42242SThierry Reding 			res->start = res->end = fdtdec_get_number(ptr, na);
77456f42242SThierry Reding 			res->end += fdtdec_get_number(&ptr[na], ns) - 1;
77556f42242SThierry Reding 			return 0;
77656f42242SThierry Reding 		}
77756f42242SThierry Reding 
77856f42242SThierry Reding 		ptr += na + ns;
77956f42242SThierry Reding 		i++;
78056f42242SThierry Reding 	}
78156f42242SThierry Reding 
78256f42242SThierry Reding 	return -FDT_ERR_NOTFOUND;
78356f42242SThierry Reding }
78456f42242SThierry Reding 
78556f42242SThierry Reding int fdt_get_named_resource(const void *fdt, int node, const char *property,
78656f42242SThierry Reding 			   const char *prop_names, const char *name,
78756f42242SThierry Reding 			   struct fdt_resource *res)
78856f42242SThierry Reding {
78956f42242SThierry Reding 	int index;
79056f42242SThierry Reding 
79156f42242SThierry Reding 	index = fdt_find_string(fdt, node, prop_names, name);
79256f42242SThierry Reding 	if (index < 0)
79356f42242SThierry Reding 		return index;
79456f42242SThierry Reding 
79556f42242SThierry Reding 	return fdt_get_resource(fdt, node, property, index, res);
79656f42242SThierry Reding }
7979f85eee7SThierry Reding 
7989f85eee7SThierry Reding int fdtdec_pci_get_bdf(const void *fdt, int node, int *bdf)
7999f85eee7SThierry Reding {
8009f85eee7SThierry Reding 	const fdt32_t *prop;
8019f85eee7SThierry Reding 	int len;
8029f85eee7SThierry Reding 
8039f85eee7SThierry Reding 	prop = fdt_getprop(fdt, node, "reg", &len);
8049f85eee7SThierry Reding 	if (!prop)
8059f85eee7SThierry Reding 		return len;
8069f85eee7SThierry Reding 
8079f85eee7SThierry Reding 	*bdf = fdt32_to_cpu(*prop) & 0xffffff;
8089f85eee7SThierry Reding 
8099f85eee7SThierry Reding 	return 0;
8109f85eee7SThierry Reding }
81126403871SSimon Glass 
81226403871SSimon Glass int fdtdec_decode_memory_region(const void *blob, int config_node,
81326403871SSimon Glass 				const char *mem_type, const char *suffix,
81426403871SSimon Glass 				fdt_addr_t *basep, fdt_size_t *sizep)
81526403871SSimon Glass {
81626403871SSimon Glass 	char prop_name[50];
81726403871SSimon Glass 	const char *mem;
81826403871SSimon Glass 	fdt_size_t size, offset_size;
81926403871SSimon Glass 	fdt_addr_t base, offset;
82026403871SSimon Glass 	int node;
82126403871SSimon Glass 
82226403871SSimon Glass 	if (config_node == -1) {
82326403871SSimon Glass 		config_node = fdt_path_offset(blob, "/config");
82426403871SSimon Glass 		if (config_node < 0) {
82526403871SSimon Glass 			debug("%s: Cannot find /config node\n", __func__);
82626403871SSimon Glass 			return -ENOENT;
82726403871SSimon Glass 		}
82826403871SSimon Glass 	}
82926403871SSimon Glass 	if (!suffix)
83026403871SSimon Glass 		suffix = "";
83126403871SSimon Glass 
83226403871SSimon Glass 	snprintf(prop_name, sizeof(prop_name), "%s-memory%s", mem_type,
83326403871SSimon Glass 		 suffix);
83426403871SSimon Glass 	mem = fdt_getprop(blob, config_node, prop_name, NULL);
83526403871SSimon Glass 	if (!mem) {
83626403871SSimon Glass 		debug("%s: No memory type for '%s', using /memory\n", __func__,
83726403871SSimon Glass 		      prop_name);
83826403871SSimon Glass 		mem = "/memory";
83926403871SSimon Glass 	}
84026403871SSimon Glass 
84126403871SSimon Glass 	node = fdt_path_offset(blob, mem);
84226403871SSimon Glass 	if (node < 0) {
84326403871SSimon Glass 		debug("%s: Failed to find node '%s': %s\n", __func__, mem,
84426403871SSimon Glass 		      fdt_strerror(node));
84526403871SSimon Glass 		return -ENOENT;
84626403871SSimon Glass 	}
84726403871SSimon Glass 
84826403871SSimon Glass 	/*
84926403871SSimon Glass 	 * Not strictly correct - the memory may have multiple banks. We just
85026403871SSimon Glass 	 * use the first
85126403871SSimon Glass 	 */
85226403871SSimon Glass 	if (fdtdec_decode_region(blob, node, "reg", &base, &size)) {
85326403871SSimon Glass 		debug("%s: Failed to decode memory region %s\n", __func__,
85426403871SSimon Glass 		      mem);
85526403871SSimon Glass 		return -EINVAL;
85626403871SSimon Glass 	}
85726403871SSimon Glass 
85826403871SSimon Glass 	snprintf(prop_name, sizeof(prop_name), "%s-offset%s", mem_type,
85926403871SSimon Glass 		 suffix);
86026403871SSimon Glass 	if (fdtdec_decode_region(blob, config_node, prop_name, &offset,
86126403871SSimon Glass 				 &offset_size)) {
86226403871SSimon Glass 		debug("%s: Failed to decode memory region '%s'\n", __func__,
86326403871SSimon Glass 		      prop_name);
86426403871SSimon Glass 		return -EINVAL;
86526403871SSimon Glass 	}
86626403871SSimon Glass 
86726403871SSimon Glass 	*basep = base + offset;
86826403871SSimon Glass 	*sizep = offset_size;
86926403871SSimon Glass 
87026403871SSimon Glass 	return 0;
87126403871SSimon Glass }
87229a23f9dSHeiko Schocher #endif
873