diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi b/roms/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi new file mode 100644 index 000000000..4cf5f9928 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi @@ -0,0 +1,28 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ + */ + +#include "am33xx-u-boot.dtsi" + +&l4_per { + + segment@300000 { + + target-module@e000 { + u-boot,dm-pre-reloc; + + lcdc: lcdc@0 { + u-boot,dm-pre-reloc; + }; + }; + }; +}; + +&mmc3 { + status = "disabled"; +}; + +&usb0 { + dr_mode = "peripheral"; +}; |