mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
arm: dts: sunxi: h3: Add nodes for AR100 remoteproc
Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
e99369fa22
commit
8da5448c55
@ -170,6 +170,14 @@
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
sram_a2: sram@40000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x00040000 0xc000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0 0x00040000 0xc000>;
|
||||
};
|
||||
|
||||
sram_c: sram@1d00000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x01d00000 0x80000>;
|
||||
@ -239,6 +247,12 @@
|
||||
nvmem-cell-names = "calibration";
|
||||
#thermal-sensor-cells = <0>;
|
||||
};
|
||||
|
||||
remoteproc@1f01c00 {
|
||||
compatible = "allwinner,sun6i-a31-ar100";
|
||||
reg = <0x01f01c00 0x400>;
|
||||
sram = <&sram_a2>;
|
||||
};
|
||||
};
|
||||
|
||||
thermal-zones {
|
||||
|
Loading…
x
Reference in New Issue
Block a user