mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
c774207f48
With DM now enabled with the device tree pulled from Linux, we can enable DM_I2C in U-Boot. Reviewed-by: Jagan Teki <jagan@openedev.com> Signed-off-by: Adam Ford <aford173@gmail.com> [trini: Add DM_I2C_COMPAT to da850_am18xxevm to fix warning] Signed-off-by: Tom Rini <trini@konsulko.com>
23 lines
290 B
Text
23 lines
290 B
Text
/*
|
|
* da850-evm U-Boot Additions
|
|
*
|
|
* Copyright (C) 2017 Logic PD, Inc.
|
|
* Copyright (C) Adam Ford
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &serial2;
|
|
};
|
|
|
|
aliases {
|
|
i2c0 = &i2c0;
|
|
spi0 = &spi1;
|
|
};
|
|
};
|
|
|
|
&flash {
|
|
compatible = "m25p64", "spi-flash";
|
|
};
|