Lines Matching refs:overlay
5 device tree overlay functionality residing in drivers/of/overlay.c and is a
12 A Device Tree's overlay purpose is to modify the kernel's live tree, and
39 The overlay bar.dts, when loaded (and resolved as described in [2]) should
83 As a result of the overlay, a new device node (bar) has been created
92 1. Call of_overlay_create() to create and apply an overlay. The return value
93 is a cookie identifying this overlay.
95 2. Call of_overlay_destroy() to remove and cleanup the overlay previously
96 created via the call to of_overlay_create(). Removal of an overlay that
106 The DTS of an overlay should have the following format:
109 /* ignored properties by the overlay */
113 target=<phandle>; /* phandle target of the overlay */
115 target-path="/path"; /* target path of the overlay */