Commit a41d9b32 authored by Aakarsh Jain's avatar Aakarsh Jain Committed by Krzysztof Kozlowski

arm64: dts: fsd: Add MFC related DT enteries

Add MFC DT node and reserve memory node for MFC usage.

Cc: <linux-fsd@tesla.com>
Signed-off-by: default avatarSmitha T Murthy <smithatmurthy@gmail.com>
Signed-off-by: default avatarAakarsh Jain <aakarsh.jain@samsung.com>
Link: https://lore.kernel.org/r/20231206063045.97234-12-aakarsh.jain@samsung.comSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 40af852a
......@@ -342,6 +342,18 @@ fin_pll: clock {
#clock-cells = <0>;
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
mfc_left: region@84000000 {
compatible = "shared-dma-pool";
no-map;
reg = <0 0x84000000 0 0x8000000>;
};
};
soc: soc@0 {
compatible = "simple-bus";
#address-cells = <2>;
......@@ -956,6 +968,15 @@ timer@10040000 {
clock-names = "fin_pll", "mct";
};
mfc: mfc@12880000 {
compatible = "tesla,fsd-mfc";
reg = <0x0 0x12880000 0x0 0x10000>;
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "mfc";
clocks = <&clock_mfc MFC_MFC_IPCLKPORT_ACLK>;
memory-region = <&mfc_left>;
};
ufs: ufs@15120000 {
compatible = "tesla,fsd-ufs";
reg = <0x0 0x15120000 0x0 0x200>, /* 0: HCI standard */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment