diff options
author | Joel Stanley <joel@jms.id.au> | 2021-10-27 14:17:28 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-17 17:05:00 -0500 |
commit | a2f16d0073341bdc81d592a84ae93f3266e57d42 (patch) | |
tree | ac9cb75bd5792ba702de31206ce06b2dcce85b73 /arch | |
parent | 9fcdd98e543abc0b5e7b1a2e05b995a5fbf1356d (diff) | |
download | u-boot-a2f16d0073341bdc81d592a84ae93f3266e57d42.zip u-boot-a2f16d0073341bdc81d592a84ae93f3266e57d42.tar.gz u-boot-a2f16d0073341bdc81d592a84ae93f3266e57d42.tar.bz2 |
ARM: dts: ast2600: Add HACE to device tree
Add HACE DTS node and enable it for AST2600 EVB.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/ast2600-evb.dts | 5 | ||||
-rw-r--r-- | arch/arm/dts/ast2600.dtsi | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/ast2600-evb.dts b/arch/arm/dts/ast2600-evb.dts index 2abd313..adb80a3 100644 --- a/arch/arm/dts/ast2600-evb.dts +++ b/arch/arm/dts/ast2600-evb.dts @@ -177,3 +177,8 @@ 0x08 0x04 0x08 0x04>; }; + +&hace { + u-boot,dm-pre-reloc; + status = "okay"; +}; diff --git a/arch/arm/dts/ast2600.dtsi b/arch/arm/dts/ast2600.dtsi index f121f54..b8fe966 100644 --- a/arch/arm/dts/ast2600.dtsi +++ b/arch/arm/dts/ast2600.dtsi @@ -187,6 +187,14 @@ }; }; + hace: hace@1e6d0000 { + compatible = "aspeed,ast2600-hace"; + reg = <0x1e6d0000 0x200>; + interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&scu ASPEED_CLK_GATE_YCLK>; + status = "disabled"; + }; + edac: sdram@1e6e0000 { compatible = "aspeed,ast2600-sdram-edac"; reg = <0x1e6e0000 0x174>; |