mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
9 lines
92 B
Text
9 lines
92 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
/ {
|
||
|
aliases {
|
||
|
i2c0 = &i2c0;
|
||
|
i2c1 = &i2c1;
|
||
|
};
|
||
|
};
|