blob: 383888724841ef95b1568a4d9c4691cc7ff686df [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass55447572016-01-17 16:11:14 -07002/*
3 * Copyright (c) 2015 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glass55447572016-01-17 16:11:14 -07005 */
6
7#include <common.h>
8#include <dm.h>
9#include <dm/root.h>
10
11UCLASS_DRIVER(northbridge) = {
12 .id = UCLASS_NORTHBRIDGE,
13 .name = "northbridge",
14};