1 // SPDX-License-Identifier: GPL-2.0
3 * Sandbox driver for testing interrupts with of-platdata
5 * Copyright 2021 Google LLC
13 static const struct udevice_id sandbox_irq_test_ids[] = {
14 { .compatible = "sandbox,irq-test" },
18 U_BOOT_DRIVER(sandbox_irq_test) = {
19 .name = "sandbox_irq_test",
21 .of_match = sandbox_irq_test_ids,