diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/imx6ull-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/imx6ull-u-boot.dtsi | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/imx6ull-u-boot.dtsi b/roms/u-boot/arch/arm/dts/imx6ull-u-boot.dtsi new file mode 100644 index 000000000..74ca95fa2 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/imx6ull-u-boot.dtsi @@ -0,0 +1,34 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 Parthiban Nallathambi <parthitce@gmail.com> + */ + +/ { + soc { + u-boot,dm-spl; + }; +}; + +&aips1 { + u-boot,dm-spl; +}; + +&aips2 { + u-boot,dm-spl; +}; + +&aips3 { + u-boot,dm-spl; +}; + +&gpio1 { + u-boot,dm-spl; +}; + +&gpio4 { + u-boot,dm-spl; +}; + +&iomuxc { + u-boot,dm-spl; +}; |