| /rk3399_rockchip-uboot/board/freescale/bsc9131rdb/ |
| H A D | bsc9131rdb.c | 57 struct node_info nodes[] = { variable 73 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/ |
| H A D | i2c-mux.txt | 4 numbered uniquely in a device dependent manner. The nodes for an i2c bus 12 Required properties for child nodes: 17 Optional properties for child nodes: 19 - Child nodes conforming to i2c bus binding
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec_test.c | 78 const char *nodes) in make_fdt() argument 97 for (s = nodes; *s; s++) { in make_fdt() 122 static int run_test(const char *aliases, const char *nodes, const char *expect) in run_test() argument 135 printf("aliases=%s, nodes=%s, expect=%s: ", aliases, nodes, expect); in run_test() 136 CHECKVAL(make_fdt(blob, FDT_SIZE, aliases, nodes), 0); in run_test()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | exynos4412.dtsi | 7 * Samsung's Exynos4412 SoC device nodes are listed in this file. Exynos4412 11 * Note: This file does not include device nodes for all the controllers in 13 * nodes can be added to this file.
|
| H A D | exynos4x12.dtsi | 7 * Samsung's Exynos4x12 SoCs device nodes are listed in this file. Exynos4x12 11 * Note: This file does not include device nodes for all the controllers in 13 * nodes can be added to this file.
|
| H A D | exynos4210.dtsi | 9 * Samsung's Exynos4210 SoC device nodes are listed in this file. Exynos4210 13 * Note: This file does not include device nodes for all the controllers in 15 * nodes can be added to this file.
|
| /rk3399_rockchip-uboot/board/CarMediaLab/flea3/ |
| H A D | flea3.c | 209 struct node_info nodes[] = { in ft_board_setup() local 219 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
|
| /rk3399_rockchip-uboot/arch/arm/mach-socfpga/ |
| H A D | misc_gen5.c | 100 int nodes[2]; /* Max. two GMACs */ in socfpga_eth_reset() local 110 nodes, ARRAY_SIZE(nodes)); in socfpga_eth_reset() 112 node = nodes[i]; in socfpga_eth_reset()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | ti,dp83867.txt | 12 Default child nodes are standard Ethernet PHY device 13 nodes as described in doc/devicetree/bindings/net/ethernet.txt
|
| H A D | fsl-tsec-phy.txt | 1 * TSEC-compatible ethernet nodes 21 Child nodes of the TSEC controller are typically the individual PHY devices
|
| /rk3399_rockchip-uboot/board/isee/igep00x0/ |
| H A D | igep00x0.c | 161 static struct node_info nodes[] = { in ft_board_setup() local 166 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/ |
| H A D | pinctrl-bindings.txt | 21 for client device device tree nodes to map those state names to the pin 28 nodes. The decision to do this or not somewhat rests with the author of 48 node. These referenced pin configuration nodes must be child 49 nodes of the pin controller that they configure. Multiple 52 from multiple nodes for a single pin controller, each 55 pin configuration nodes. 101 Pin controller devices should contain the pin configuration nodes that client 120 The contents of each of those pin configuration child nodes is defined 125 The pin configuration nodes need not be direct children of the pin controller 128 nodes, is again defined entirely by the binding for the individual pin [all …]
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | source_file_format.txt | 87 To identify FIT sub-nodes representing images, hashes, configurations (which 126 load addresses supplied within sub-image nodes. May be omitted when no 130 - images : This node contains a set of sub-nodes, each of them representing 135 - configurations : Contains a set of available configuration nodes and 142 This node is a container node for component sub-image nodes. Each sub-node of 185 Optional nodes: 190 5) Hash nodes 221 - default : Selects one of the configuration sub-nodes as a default 224 Mandatory nodes: 226 sub-nodes is required. [all …]
|
| /rk3399_rockchip-uboot/board/isee/igep003x/ |
| H A D | board.c | 215 static struct node_info nodes[] = { in ft_board_setup() local 219 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | xusb-padctl-common.c | 276 int tegra_xusb_process_nodes(ofnode nodes[], unsigned int count, in tegra_xusb_process_nodes() argument 284 debug("%s: i=%d, node=%p\n", __func__, i, nodes[i].np); in tegra_xusb_process_nodes() 285 if (!ofnode_is_available(nodes[i])) in tegra_xusb_process_nodes() 290 err = tegra_xusb_padctl_parse_dt(&padctl, nodes[i]); in tegra_xusb_process_nodes()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/ |
| H A D | pwm.txt | 4 1) PWM user nodes 57 2) PWM controller nodes 60 PWM controller nodes must specify the number of cells used for the
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | gc.c | 247 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in sort_nodes() 289 list_sort(c, &sleb->nodes, &data_nodes_cmp); in sort_nodes() 292 err = dbg_check_data_nodes_order(c, &sleb->nodes); in sort_nodes() 366 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in move_nodes() 405 if (list_empty(&sleb->nodes) && list_empty(&nondata)) in move_nodes() 420 list_splice_tail(&nondata, &sleb->nodes); in move_nodes() 511 ubifs_assert(!list_empty(&sleb->nodes)); in ubifs_garbage_collect_leb() 512 snod = list_entry(sleb->nodes.next, struct ubifs_scan_node, list); in ubifs_garbage_collect_leb() 519 list_for_each_entry(snod, &sleb->nodes, list) { in ubifs_garbage_collect_leb()
|
| H A D | scan.c | 143 INIT_LIST_HEAD(&sleb->nodes); in ubifs_start_scan() 219 list_add_tail(&snod->list, &sleb->nodes); in ubifs_add_snod() 365 head = &sleb->nodes; in ubifs_scan_destroy()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra124/ |
| H A D | xusb-padctl.c | 324 ofnode nodes[1]; in tegra_xusb_padctl_init() local 335 nodes[0] = np_to_ofnode(np); in tegra_xusb_padctl_init() 346 nodes[i] = offset_to_ofnode(node_offsets[i]); in tegra_xusb_padctl_init() 349 ret = tegra_xusb_process_nodes(nodes, count, &tegra124_socdata); in tegra_xusb_padctl_init()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/firmware/ |
| H A D | nvidia,tegra186-bpmp.txt | 41 The BPMP implements some services which must be represented by separate nodes. 43 bindings represent each I2C controller as a device tree node. Such nodes should 50 itself, although no such configuration nodes are currently defined by this 56 hypothetical SPI bus service). As such, child device nodes will have no reg
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/ |
| H A D | intel,x86-pinctrl.txt | 4 node and a set of child nodes for each pin on the SoC. 9 Pin nodes must be children of the pinctrl master node and can
|
| /rk3399_rockchip-uboot/board/freescale/bsc9132qds/ |
| H A D | bsc9132qds.c | 361 struct node_info nodes[] = { variable 382 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra210/ |
| H A D | xusb-padctl.c | 430 ofnode nodes[1]; in tegra_xusb_padctl_init() local 441 nodes[0] = np_to_ofnode(np); in tegra_xusb_padctl_init() 452 nodes[i] = offset_to_ofnode(node_offsets[i]); in tegra_xusb_padctl_init() 455 ret = tegra_xusb_process_nodes(nodes, count, &tegra210_socdata); in tegra_xusb_padctl_init()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/spi/ |
| H A D | spi-ath79.txt | 9 Child nodes as per the generic SPI binding.
|
| /rk3399_rockchip-uboot/board/toradex/colibri_imx7/ |
| H A D | colibri_imx7.c | 412 static struct node_info nodes[] = { in ft_board_setup() local 418 fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
|