Skip to content
Snippets Groups Projects
Commit f222ad6e authored by Amandeep Singh's avatar Amandeep Singh
Browse files

dts: ipq5018: Add BT reserved memory region


Add BT reserved memory region to enable BT driver to use IPC.

Change-Id: I4e2ae365377c34e4199ad9992619d1ba7a067dec
Signed-off-by: default avatarAmandeep Singh <amansing@codeaurora.org>
parent 4eb824af
No related merge requests found
......@@ -103,6 +103,10 @@ tz@4ac00000 { /* TZ */
reg = <0x0 0x4ac00000 0x0 0x00400000>;
};
bt_region: bt@7000000 {
no-map;
reg = <0x0 0x07000000 0x0 0x58000>;
};
};
/* 512 MB Profile
* +=========+==============+========================+
......@@ -181,6 +185,10 @@ tz@4ac00000 { /* TZ */
reg = <0x0 0x4ac00000 0x0 0x00400000>;
};
bt_region: bt@7000000 {
no-map;
reg = <0x0 0x07000000 0x0 0x58000>;
};
};
#endif
};
......@@ -1002,6 +1002,8 @@ bt: bt@7000000 {
clocks = <&gcc GCC_BTSS_LPO_CLK>;
clock-names = "lpo_clk";
memory-region = <&bt_region>;
status = "ok";
};
};
......
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