diff options
author | Baruch Siach <baruch@tkos.co.il> | 2020-01-20 14:20:09 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-01-21 15:55:46 +0100 |
commit | ae7ba525a5cdce2f8579ff92e14f8fef292c1b5a (patch) | |
tree | 4432f1288d4e353f6cdbcda6f47f497104c028d7 /arch/arm/dts/armada-388-clearfog-u-boot.dtsi | |
parent | 66646fa89365594999af710a9885a6d5d7a0f7e8 (diff) |
ARM: mvebu: clearfog: add EEPROM devices
Add device-tree description for the EEPROM devices on Armada 388 SOM rev
2.1.
Another EEPROM is now on Clearfog Pro carrier rev 2.2, and Clearfog Base
rev 1.3.
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'arch/arm/dts/armada-388-clearfog-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi index 38e4f3d99a..20f5c8fb8c 100644 --- a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi +++ b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi @@ -23,3 +23,15 @@ &ahci1 { u-boot,dm-spl; }; + +&i2c0 { + u-boot,dm-spl; + + eeprom@52 { + u-boot,dm-spl; + }; + + eeprom@53 { + u-boot,dm-spl; + }; +}; |