mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
14 lines
194 B
Text
14 lines
194 B
Text
|
/*
|
||
|
* da850-lcdk U-Boot Additions
|
||
|
*
|
||
|
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
aliases {
|
||
|
i2c0 = &i2c0;
|
||
|
};
|
||
|
};
|