mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM: dts: ast2600: Add ACRY to device tree
Add ACRY DTS node and enable it for AST2600 EVB. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com> Reviewed-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
89c36cca0b
commit
f05522749c
2 changed files with 14 additions and 0 deletions
|
@ -182,3 +182,8 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&acry {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -195,6 +195,15 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
acry: acry@1e6fa000 {
|
||||
compatible = "aspeed,ast2600-acry";
|
||||
reg = <0x1e6fa000 0x1000>,
|
||||
<0x1e710000 0x10000>;
|
||||
interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&scu ASPEED_CLK_GATE_RSACLK>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
edac: sdram@1e6e0000 {
|
||||
compatible = "aspeed,ast2600-sdram-edac";
|
||||
reg = <0x1e6e0000 0x174>;
|
||||
|
|
Loading…
Reference in a new issue