11 lines
186 B
Devicetree
11 lines
186 B
Devicetree
/*
|
|
* Copyright 2019
|
|
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+ or X11
|
|
*/
|
|
|
|
&pmic {
|
|
u-boot,i2c-transaction-bytes = <3>;
|
|
};
|