dts: db410c: added smem nodes
Added necessary nodes for Qualcomm smem driver. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
654dd4a84e
commit
072787ddd5
@ -6,6 +6,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
||||||
|
smem {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
|
|
||||||
|
@ -27,18 +27,34 @@
|
|||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
|
smem_mem: smem_region@86300000 {
|
||||||
|
reg = <0x0 0x86300000 0x0 0x100000>;
|
||||||
|
no-map;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = "/soc/serial@78b0000";
|
stdout-path = "/soc/serial@78b0000";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
smem {
|
||||||
|
compatible = "qcom,smem";
|
||||||
|
memory-region = <&smem_mem>;
|
||||||
|
qcom,rpm-msg-ram = <&rpm_msg_ram>;
|
||||||
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
#address-cells = <0x1>;
|
#address-cells = <0x1>;
|
||||||
#size-cells = <0x1>;
|
#size-cells = <0x1>;
|
||||||
ranges = <0x0 0x0 0x0 0xffffffff>;
|
ranges = <0x0 0x0 0x0 0xffffffff>;
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
|
|
||||||
|
rpm_msg_ram: memory@60000 {
|
||||||
|
compatible = "qcom,rpm-msg-ram";
|
||||||
|
reg = <0x60000 0x8000>;
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl: qcom,tlmm@1000000 {
|
pinctrl: qcom,tlmm@1000000 {
|
||||||
compatible = "qcom,tlmm-apq8016";
|
compatible = "qcom,tlmm-apq8016";
|
||||||
reg = <0x1000000 0x400000>;
|
reg = <0x1000000 0x400000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user