diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/imx8mm-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/imx8mm-u-boot.dtsi | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/imx8mm-u-boot.dtsi b/roms/u-boot/arch/arm/dts/imx8mm-u-boot.dtsi new file mode 100644 index 000000000..f833d9df5 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/imx8mm-u-boot.dtsi @@ -0,0 +1,39 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2020 Jagan Teki <jagan@amarulasolutions.com> + */ + +&{/soc@0} { + u-boot,dm-pre-reloc; + u-boot,dm-spl; +}; + +&aips1 { + u-boot,dm-spl; + u-boot,dm-pre-reloc; +}; + +&aips2 { + u-boot,dm-spl; +}; + +&aips3 { + u-boot,dm-spl; +}; + +&clk { + u-boot,dm-spl; + u-boot,dm-pre-reloc; + /delete-property/ assigned-clocks; + /delete-property/ assigned-clock-parents; + /delete-property/ assigned-clock-rates; +}; + +&iomuxc { + u-boot,dm-spl; +}; + +&osc_24m { + u-boot,dm-spl; + u-boot,dm-pre-reloc; +}; |