diff options
author | Felix Brack <fb@ltec.ch> | 2018-01-23 18:27:22 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 12:27:32 -0500 |
commit | 85ab0452fefc8c48b0b4f35200cb2590b4693ab3 (patch) | |
tree | 9909a4d64d186b480669625d9914af1749efa917 /arch/arm/dts/am335x-pdu001-u-boot.dtsi | |
parent | c8a73a26d6dd9b7d489e66529fe1412425d8f2d1 (diff) |
arm: add support for PDU001
This patch adds support for the PDU001 board.
Signed-off-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/am335x-pdu001-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/am335x-pdu001-u-boot.dtsi | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-pdu001-u-boot.dtsi b/arch/arm/dts/am335x-pdu001-u-boot.dtsi new file mode 100644 index 0000000000..0dcffd56fa --- /dev/null +++ b/arch/arm/dts/am335x-pdu001-u-boot.dtsi @@ -0,0 +1,39 @@ +/* + * Copyright (C) 2018 EETS GmbH - https://www.eets.ch/ + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/ { + ocp { + u-boot,dm-pre-reloc; + }; +}; + +&l4_wkup { + u-boot,dm-pre-reloc; +}; + +&scm { + u-boot,dm-pre-reloc; +}; + +&am33xx_pinmux { + u-boot,dm-pre-reloc; +}; + +&uart3_pins { + u-boot,dm-pre-reloc; +}; + +&uart3 { + u-boot,dm-pre-reloc; +}; + +&mmc1_pins { + u-boot,dm-pre-reloc; +}; + +&mmc2_pins { + u-boot,dm-pre-reloc; +}; |