Loading arch/arm/boot/dts/qcom/Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,9 @@ dtb-$(CONFIG_ARCH_MSM8916) += msm8916-sim.dtb \ msm8936-cdp-smb1360.dtb \ msm8936-mtp.dtb \ msm8936-mtp-smb1360.dtb \ msm8936-mtp-wcd9306.dtb msm8936-mtp-wcd9306.dtb \ msmtellurium-sim.dtb \ msmtellurium-rumi.dtb dtb-$(CONFIG_ARCH_MSM8226) += msm8226-sim.dtb \ msm8226-fluid.dtb \ msm8226-v1-cdp.dtb \ Loading arch/arm/boot/dts/qcom/msmtellurium-pinctrl.dtsi 0 → 100644 +45 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014, 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 { tlmm_pinmux: pinctrl@1000000 { compatible = "qcom,msm-tlmm-8916"; reg = <0x1000000 0x300000>; interrupts = <0 208 0>; /*General purpose pins*/ gp: gp { qcom,num-pins = <122>; #qcom,pin-cells = <1>; msm_gpio: msm_gpio { compatible = "qcom,msm-tlmm-gp"; gpio-controller; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; num_irqs = <122>; }; }; pmx-uartconsole { qcom,pins = <&gp 4>, <&gp 5>; qcom,num-grp-pins = <2>; qcom,pin-func = <2>; label = "uart-console"; uart_console_sleep: uart-console { drive-strength = <2>; bias-pull-down; }; }; }; }; arch/arm/boot/dts/qcom/msmtellurium-rumi.dts 0 → 100644 +28 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014, 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 "msmtellurium.dtsi" / { model = "Qualcomm Technologies, Inc. MSMTellurium RUMI"; compatible = "qcom,msmtellurium-rumi", "qcom,msmtellurium", "qcom,rumi"; qcom,board-id= <15 0>; }; &soc { timer { clock-frequency = <10000000>; }; }; arch/arm/boot/dts/qcom/msmtellurium-sim.dts 0 → 100644 +22 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014, 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 "msmtellurium.dtsi" / { model = "Qualcomm Technologies, Inc. MSMTellurium Simulator"; compatible = "qcom,msmtellurium-sim", "qcom,msmtellurium", "qcom,sim"; qcom,board-id= <16 0>; }; arch/arm/boot/dts/qcom/msmtellurium.dtsi 0 → 100644 +109 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014, 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 "skeleton64.dtsi" / { model = "Qualcomm Technologies, Inc. MSM Tellurium"; compatible = "qcom,msmtellurium"; qcom,msm-id = <264 0x0>; interrupt-parent = <&intc>; soc: soc { }; }; #include "msm8939-cpu.dtsi" #include "msmtellurium-pinctrl.dtsi" &soc { #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0 0xffffffff>; compatible = "simple-bus"; intc: interrupt-controller@b000000 { compatible = "qcom,msm-qgic2"; interrupt-controller; #interrupt-cells = <3>; reg = <0x0b000000 0x1000>, <0x0b002000 0x1000>; }; timer { compatible = "arm,armv8-timer"; interrupts = <1 2 0xff08>, <1 3 0xff08>, <1 4 0xff08>, <1 1 0xff08>; clock-frequency = <19200000>; }; timer@b120000 { #address-cells = <1>; #size-cells = <1>; ranges; compatible = "arm,armv7-timer-mem"; reg = <0xb120000 0x1000>; clock-frequency = <19200000>; frame@b121000 { frame-number = <0>; interrupts = <0 8 0x4>, <0 7 0x4>; reg = <0xb121000 0x1000>, <0xb122000 0x1000>; }; frame@b123000 { frame-number = <1>; interrupts = <0 9 0x4>; reg = <0xb123000 0x1000>; status = "disabled"; }; frame@b124000 { frame-number = <2>; interrupts = <0 10 0x4>; reg = <0xb124000 0x1000>; status = "disabled"; }; frame@b125000 { frame-number = <3>; interrupts = <0 11 0x4>; reg = <0xb125000 0x1000>; status = "disabled"; }; frame@b126000 { frame-number = <4>; interrupts = <0 12 0x4>; reg = <0xb126000 0x1000>; status = "disabled"; }; frame@b127000 { frame-number = <5>; interrupts = <0 13 0x4>; reg = <0xb127000 0x1000>; status = "disabled"; }; frame@b128000 { frame-number = <6>; interrupts = <0 14 0x4>; reg = <0xb128000 0x1000>; status = "disabled"; }; }; }; Loading
arch/arm/boot/dts/qcom/Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,9 @@ dtb-$(CONFIG_ARCH_MSM8916) += msm8916-sim.dtb \ msm8936-cdp-smb1360.dtb \ msm8936-mtp.dtb \ msm8936-mtp-smb1360.dtb \ msm8936-mtp-wcd9306.dtb msm8936-mtp-wcd9306.dtb \ msmtellurium-sim.dtb \ msmtellurium-rumi.dtb dtb-$(CONFIG_ARCH_MSM8226) += msm8226-sim.dtb \ msm8226-fluid.dtb \ msm8226-v1-cdp.dtb \ Loading
arch/arm/boot/dts/qcom/msmtellurium-pinctrl.dtsi 0 → 100644 +45 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014, 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 { tlmm_pinmux: pinctrl@1000000 { compatible = "qcom,msm-tlmm-8916"; reg = <0x1000000 0x300000>; interrupts = <0 208 0>; /*General purpose pins*/ gp: gp { qcom,num-pins = <122>; #qcom,pin-cells = <1>; msm_gpio: msm_gpio { compatible = "qcom,msm-tlmm-gp"; gpio-controller; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; num_irqs = <122>; }; }; pmx-uartconsole { qcom,pins = <&gp 4>, <&gp 5>; qcom,num-grp-pins = <2>; qcom,pin-func = <2>; label = "uart-console"; uart_console_sleep: uart-console { drive-strength = <2>; bias-pull-down; }; }; }; };
arch/arm/boot/dts/qcom/msmtellurium-rumi.dts 0 → 100644 +28 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014, 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 "msmtellurium.dtsi" / { model = "Qualcomm Technologies, Inc. MSMTellurium RUMI"; compatible = "qcom,msmtellurium-rumi", "qcom,msmtellurium", "qcom,rumi"; qcom,board-id= <15 0>; }; &soc { timer { clock-frequency = <10000000>; }; };
arch/arm/boot/dts/qcom/msmtellurium-sim.dts 0 → 100644 +22 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014, 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 "msmtellurium.dtsi" / { model = "Qualcomm Technologies, Inc. MSMTellurium Simulator"; compatible = "qcom,msmtellurium-sim", "qcom,msmtellurium", "qcom,sim"; qcom,board-id= <16 0>; };
arch/arm/boot/dts/qcom/msmtellurium.dtsi 0 → 100644 +109 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014, 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 "skeleton64.dtsi" / { model = "Qualcomm Technologies, Inc. MSM Tellurium"; compatible = "qcom,msmtellurium"; qcom,msm-id = <264 0x0>; interrupt-parent = <&intc>; soc: soc { }; }; #include "msm8939-cpu.dtsi" #include "msmtellurium-pinctrl.dtsi" &soc { #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0 0xffffffff>; compatible = "simple-bus"; intc: interrupt-controller@b000000 { compatible = "qcom,msm-qgic2"; interrupt-controller; #interrupt-cells = <3>; reg = <0x0b000000 0x1000>, <0x0b002000 0x1000>; }; timer { compatible = "arm,armv8-timer"; interrupts = <1 2 0xff08>, <1 3 0xff08>, <1 4 0xff08>, <1 1 0xff08>; clock-frequency = <19200000>; }; timer@b120000 { #address-cells = <1>; #size-cells = <1>; ranges; compatible = "arm,armv7-timer-mem"; reg = <0xb120000 0x1000>; clock-frequency = <19200000>; frame@b121000 { frame-number = <0>; interrupts = <0 8 0x4>, <0 7 0x4>; reg = <0xb121000 0x1000>, <0xb122000 0x1000>; }; frame@b123000 { frame-number = <1>; interrupts = <0 9 0x4>; reg = <0xb123000 0x1000>; status = "disabled"; }; frame@b124000 { frame-number = <2>; interrupts = <0 10 0x4>; reg = <0xb124000 0x1000>; status = "disabled"; }; frame@b125000 { frame-number = <3>; interrupts = <0 11 0x4>; reg = <0xb125000 0x1000>; status = "disabled"; }; frame@b126000 { frame-number = <4>; interrupts = <0 12 0x4>; reg = <0xb126000 0x1000>; status = "disabled"; }; frame@b127000 { frame-number = <5>; interrupts = <0 13 0x4>; reg = <0xb127000 0x1000>; status = "disabled"; }; frame@b128000 { frame-number = <6>; interrupts = <0 14 0x4>; reg = <0xb128000 0x1000>; status = "disabled"; }; }; };