diff options
author | Tom Rini <trini@konsulko.com> | 2017-07-12 08:16:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-12 08:16:41 -0400 |
commit | e14b1169c0c5a1b362b41451006b492bd16f2fff (patch) | |
tree | b98045698d6fd3173d44a5b6efe1df0ff604c982 /arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi | |
parent | 409a81ddd46f444c2262bb10c921efc6967feff2 (diff) | |
parent | 172b2e0b561a50a3d8c4275be4ed24b0c8e18896 (diff) |
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi b/arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi new file mode 100644 index 0000000000..22caf3539c --- /dev/null +++ b/arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi @@ -0,0 +1,55 @@ +/* + * Copyright (C) 2017 Marek Behun <marek.behun@nic.cz> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/ { + aliases { + i2c0 = &i2c0; + i2c1 = &i2cmux; + spi0 = &spi0; + }; +}; + +&i2c0 { + u-boot,dm-pre-reloc; + + i2cmux: i2cmux@70 { + u-boot,dm-pre-reloc; + + i2c@0 { + u-boot,dm-pre-reloc; + }; + + i2c@1 { + u-boot,dm-pre-reloc; + }; + + i2c@5 { + u-boot,dm-pre-reloc; + + /* ATSHA204A at address 0x64 */ + atsha204a@64 { + u-boot,dm-pre-reloc; + compatible = "atmel,atsha204a"; + reg = <0x64>; + }; + }; + }; +}; + +&spi0 { + u-boot,dm-pre-reloc; + + spi-flash@0 { + compatible = "spi-flash"; + reg = <0>; + spi-max-frequency = <40000000>; + u-boot,dm-pre-reloc; + }; +}; + +&uart0 { + u-boot,dm-pre-reloc; +}; |