Add initial device tree support for APQ and MSM version of SA6155 based automotive platforms. Change-Id: Icbf08e920b9ee755b91e5318a82f23a8b68b47a8 Signed-off-by: Arun KS <arunks@codeaurora.org>tirimbino
parent
60733446ef
commit
2cbb1907ef
@ -0,0 +1,25 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
/dts-v1/; |
||||
/plugin/; |
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h> |
||||
|
||||
#include "sa6155-adp-star.dtsi" |
||||
|
||||
/ { |
||||
model = "Qualcomm Technologies, Inc. SA6155 ADP-STAR"; |
||||
compatible = "qcom,sa6155-adp-star", "qcom,sa6155", "qcom,adp-star"; |
||||
qcom,msm-id = <384 0x0>; |
||||
qcom,board-id = <25 0>; |
||||
}; |
@ -0,0 +1,21 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
/dts-v1/; |
||||
#include "sa6155.dtsi" |
||||
#include "sa6155-adp-star.dtsi" |
||||
|
||||
/ { |
||||
model = "Qualcomm Technologies, Inc. SA6155 ADP-STAR"; |
||||
compatible = "qcom,sa6155-adp-star", "qcom,sa6155", "qcom,adp-star"; |
||||
qcom,board-id = <25 0>; |
||||
}; |
@ -0,0 +1,23 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
&soc { |
||||
qcom,lpass@62400000 { |
||||
status = "disabled"; |
||||
}; |
||||
|
||||
qcom,glink { |
||||
modem { |
||||
status = "disabled"; |
||||
}; |
||||
}; |
||||
}; |
@ -0,0 +1,21 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
/dts-v1/; |
||||
|
||||
#include "sa6155.dtsi" |
||||
|
||||
/ { |
||||
model = "Qualcomm Technologies, Inc. SA6155 SoC"; |
||||
compatible = "qcom,sa6155"; |
||||
qcom,board-id = <0 0>; |
||||
}; |
@ -0,0 +1,20 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
#include "sm6150.dtsi" |
||||
|
||||
/ { |
||||
model = "Qualcomm Technologies, Inc. SA6155"; |
||||
compatible = "qcom,sa6155"; |
||||
qcom,msm-name = "SA6155"; |
||||
qcom,msm-id = <384 0x10000>; |
||||
}; |
@ -0,0 +1,25 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
/dts-v1/; |
||||
/plugin/; |
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h> |
||||
|
||||
#include "sa6155-adp-star.dtsi" |
||||
|
||||
/ { |
||||
model = "Qualcomm Technologies, Inc. SA6155P ADP-STAR"; |
||||
compatible = "qcom,sa6155p-adp-star", "qcom,sa6155p", "qcom,adp-star"; |
||||
qcom,msm-id = <377 0x0>; |
||||
qcom,board-id = <25 0>; |
||||
}; |
@ -0,0 +1,22 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
/dts-v1/; |
||||
|
||||
#include "sa6155p.dtsi" |
||||
#include "sa6155-adp-star.dtsi" |
||||
|
||||
/ { |
||||
model = "Qualcomm Technologies, Inc. SA6155P ADP-STAR"; |
||||
compatible = "qcom,sa6155p-adp-star", "qcom,sa6155p", "qcom,adp-star"; |
||||
qcom,board-id = <25 0>; |
||||
}; |
@ -0,0 +1,21 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
/dts-v1/; |
||||
|
||||
#include "sa6155p.dtsi" |
||||
|
||||
/ { |
||||
model = "Qualcomm Technologies, Inc. SA6155P SoC"; |
||||
compatible = "qcom,sa6155p"; |
||||
qcom,board-id = <0 0>; |
||||
}; |
@ -0,0 +1,19 @@ |
||||
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 and |
||||
* only version 2 as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
*/ |
||||
|
||||
#include "sm6150.dtsi" |
||||
|
||||
/ { |
||||
model = "Qualcomm Technologies, Inc. SA6155P"; |
||||
qcom,msm-name = "SA6155P"; |
||||
qcom,msm-id = <377 0>; |
||||
}; |
Loading…
Reference in new issue