"Das U-Boot" Source Tree
at master 13 lines 237 B view raw
1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * (C) Copyright 2022 4 * Texas Instruments Incorporated, <www.ti.com> 5 */ 6 7#include <dm.h> 8 9UCLASS_DRIVER(memory) = { 10 .name = "memory", 11 .id = UCLASS_MEMORY, 12 .post_bind = dm_scan_fdt_dev, 13};