diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/imx53-kp-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/imx53-kp-u-boot.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/imx53-kp-u-boot.dtsi b/roms/u-boot/arch/arm/dts/imx53-kp-u-boot.dtsi new file mode 100644 index 000000000..a112db9d1 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/imx53-kp-u-boot.dtsi @@ -0,0 +1,17 @@ +/* + * Copyright 2019 + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de + * + * SPDX-License-Identifier: GPL-2.0+ or X11 + */ + +&fec { + fixed-link { /* RMII fixed link for both HSC|DDC */ + speed = <100>; + full-duplex; + }; +}; + +&pmic { + u-boot,i2c-transaction-bytes = <3>; +}; |