diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/imx53-m53menlo-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/imx53-m53menlo-u-boot.dtsi | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/imx53-m53menlo-u-boot.dtsi b/roms/u-boot/arch/arm/dts/imx53-m53menlo-u-boot.dtsi new file mode 100644 index 000000000..bc4b3483a --- /dev/null +++ b/roms/u-boot/arch/arm/dts/imx53-m53menlo-u-boot.dtsi @@ -0,0 +1,47 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (C) 2019 Marek Vasut <marex@denx.de> + */ + +/ { + soc { + u-boot,dm-pre-reloc; + + aips@50000000 { + u-boot,dm-pre-reloc; + }; + }; + + wdt-reboot { + compatible = "wdt-reboot"; + wdt = <&wdog1>; + }; +}; + +&gpio1 { + u-boot,dm-pre-reloc; +}; + +&gpio2 { + u-boot,dm-pre-reloc; +}; + +&gpio3 { + u-boot,dm-pre-reloc; +}; + +&gpio4 { + u-boot,dm-pre-reloc; +}; + +&gpio5 { + u-boot,dm-pre-reloc; +}; + +&gpio6 { + u-boot,dm-pre-reloc; +}; + +&gpio7 { + u-boot,dm-pre-reloc; +}; |