diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/am33xx-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/am33xx-u-boot.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/am33xx-u-boot.dtsi b/roms/u-boot/arch/arm/dts/am33xx-u-boot.dtsi new file mode 100644 index 000000000..61d10b841 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/am33xx-u-boot.dtsi @@ -0,0 +1,19 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 B&R Industrial Automation GmbH - + * https://www.br-automation.com/ + */ + +/ { + ocp { + u-boot,dm-pre-reloc; + }; +}; + +&prcm_clocks { + compatible = "simple-bus"; +}; + +&scm_clocks { + compatible = "simple-bus"; +}; |