u-boot-brain/arch/arm/dts/s700-u-boot.dtsi
Amit Singh Tomar ea6314a797 arm: dts: actions: s700: add u-boot specific dtsi file
Devices like uart and clk are needed to be enabled before relocation.
this patch adds u-boot.dtsi file that mark these device as dm-pre-reloc.

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
2020-04-24 16:40:09 -04:00

19 lines
216 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2020 Amit Singh Tomar <amittomer25@gmail.com>
*/
/{
soc {
u-boot,dm-pre-reloc;
};
};
&uart3 {
u-boot,dm-pre-reloc;
};
&cmu {
u-boot,dm-pre-reloc;
};