Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: Add ACRY/AHBC device controller node

Add acry & ahbc node to device tree for AST2600.

Signed-off-by: Neal Liu <neal_liu@aspeedtech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Neal Liu and committed by
Herbert Xu
62462a52 2f1cf4e5

+13
+13
arch/arm/boot/dts/aspeed-g6.dtsi
··· 98 98 <0x40466000 0x2000>; 99 99 }; 100 100 101 + ahbc: bus@1e600000 { 102 + compatible = "aspeed,ast2600-ahbc", "syscon"; 103 + reg = <0x1e600000 0x100>; 104 + }; 105 + 101 106 fmc: spi@1e620000 { 102 107 reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>; 103 108 #address-cells = <1>; ··· 434 429 sbc: secure-boot-controller@1e6f2000 { 435 430 compatible = "aspeed,ast2600-sbc"; 436 431 reg = <0x1e6f2000 0x1000>; 432 + }; 433 + 434 + acry: crypto@1e6fa000 { 435 + compatible = "aspeed,ast2600-acry"; 436 + reg = <0x1e6fa000 0x400>, <0x1e710000 0x1800>; 437 + interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>; 438 + clocks = <&syscon ASPEED_CLK_GATE_RSACLK>; 439 + aspeed,ahbc = <&ahbc>; 437 440 }; 438 441 439 442 video: video@1e700000 {