2 * Copyright (c) 2015 Google, Inc
3 * Written by Simon Glass <sjg@chromium.org>
5 * SPDX-License-Identifier: GPL-2.0+
15 static const struct udevice_id sandbox_syscon_ids[] = {
16 { .compatible = "sandbox,syscon0", .data = SYSCON0 },
17 { .compatible = "sandbox,syscon1", .data = SYSCON1 },
21 U_BOOT_DRIVER(sandbox_syscon) = {
22 .name = "sandbox_syscon",
24 .of_match = sandbox_syscon_ids,