Lines Matching full:node
434 the device tree node for this device and place it in dev->platdata. Thus
449 root driver is at device tree offset 0 (the root node, '/'), and its
450 children are the children of the root node.
503 This indicates that in the uclass called "serial", the named node
507 More commonly you can use node references, which expand to the full path:
626 nodes in the the device tree. It looks at the compatible string in each node
628 right driver for each node. In this case, the of_match table may provide a
643 node that caused the device to be created. The uclass is set correctly for
647 should not scan the device tree node, not initialise hardware, nor set up
697 to access the node and store the resulting information into dev->platdata.
699 using a device tree node or U_BOOT_DEVICE() structure. In either case,
848 in the device tree node. For U-Boot proper you can use 'u-boot,dm-pre-proper'