mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
34fb7df42e
The helios4 is built on the same microsom as the clearfog, by syncing the config we enable the same featureset that exists in the som on the helios4. The current config does not boot as some of the clearfog changes needed to be made on the helios4 also, generally speaking most changes for the clearfog should also be made on the helios4. Signed-off-by: Dennis Gilmore <dennis@ausil.us> Reviewed-by: Stefan Roese <sr@denx.de>
41 lines
402 B
Text
41 lines
402 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/ {
|
|
aliases {
|
|
i2c0 = &i2c0;
|
|
i2c1 = &i2c1;
|
|
spi1 = &spi1;
|
|
};
|
|
};
|
|
|
|
ð0 {
|
|
phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
&spi1 {
|
|
u-boot,dm-spl;
|
|
spi-flash@0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&w25q32 {
|
|
status = "okay";
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&gpio0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&ahci0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&ahci1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&sdhci {
|
|
u-boot,dm-spl;
|
|
};
|