u-boot-brain/arch/arm/dts/ast2500-evb.dts
maxims@google.com c93adc08f3 aspeed: Device Tree configuration for Reset Driver
Add Reset Driver configuration to ast2500 SoC Device Tree and bindings
for various reset signals

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-05-08 11:57:32 -04:00

39 lines
418 B
Plaintext

/dts-v1/;
#include "ast2500-u-boot.dtsi"
/ {
memory {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
chosen {
stdout-path = &uart5;
};
};
&uart5 {
u-boot,dm-pre-reloc;
status = "okay";
};
&sdrammc {
clock-frequency = <400000000>;
};
&wdt1 {
u-boot,dm-pre-reloc;
status = "okay";
};
&wdt2 {
u-boot,dm-pre-reloc;
status = "okay";
};
&wdt3 {
u-boot,dm-pre-reloc;
status = "okay";
};