mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
16 lines
225 B
Text
16 lines
225 B
Text
|
/*
|
||
|
* Copyright (C) 2016 Google, Inc
|
||
|
* Written by Simon Glass <sjg@chromium.org>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
host1x@50000000 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
dc@54200000 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|
||
|
};
|