提交 595b30c7 编写于 作者: M Matthew McClintock 提交者: Andy Gross

qcom: ipq4019: add acc and saw nodes to bring up secondary cores

This adds the required device tree nodes to bring up the
secondary cores on the ipq4019 SoC.
Signed-off-by: NMatthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: NAndy Gross <andy.gross@linaro.org>
上级 dbe9e6f6
...@@ -27,29 +27,45 @@ ...@@ -27,29 +27,45 @@
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
enable-method = "qcom,kpss-acc-v1";
qcom,acc = <&acc0>;
qcom,saw = <&saw0>;
reg = <0x0>; reg = <0x0>;
clocks = <&gcc GCC_APPS_CLK_SRC>; clocks = <&gcc GCC_APPS_CLK_SRC>;
clock-frequency = <0>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
enable-method = "qcom,kpss-acc-v1";
qcom,acc = <&acc1>;
qcom,saw = <&saw1>;
reg = <0x1>; reg = <0x1>;
clocks = <&gcc GCC_APPS_CLK_SRC>; clocks = <&gcc GCC_APPS_CLK_SRC>;
clock-frequency = <0>;
}; };
cpu@2 { cpu@2 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
enable-method = "qcom,kpss-acc-v1";
qcom,acc = <&acc2>;
qcom,saw = <&saw2>;
reg = <0x2>; reg = <0x2>;
clocks = <&gcc GCC_APPS_CLK_SRC>; clocks = <&gcc GCC_APPS_CLK_SRC>;
clock-frequency = <0>;
}; };
cpu@3 { cpu@3 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
enable-method = "qcom,kpss-acc-v1";
qcom,acc = <&acc3>;
qcom,saw = <&saw3>;
reg = <0x3>; reg = <0x3>;
clocks = <&gcc GCC_APPS_CLK_SRC>; clocks = <&gcc GCC_APPS_CLK_SRC>;
clock-frequency = <0>;
}; };
}; };
...@@ -92,6 +108,50 @@ ...@@ -92,6 +108,50 @@
interrupts = <0 208 0>; interrupts = <0 208 0>;
}; };
acc0: clock-controller@b088000 {
compatible = "qcom,kpss-acc-v1";
reg = <0x0b088000 0x1000>, <0xb008000 0x1000>;
};
acc1: clock-controller@b098000 {
compatible = "qcom,kpss-acc-v1";
reg = <0x0b098000 0x1000>, <0xb008000 0x1000>;
};
acc2: clock-controller@b0a8000 {
compatible = "qcom,kpss-acc-v1";
reg = <0x0b0a8000 0x1000>, <0xb008000 0x1000>;
};
acc3: clock-controller@b0b8000 {
compatible = "qcom,kpss-acc-v1";
reg = <0x0b0b8000 0x1000>, <0xb008000 0x1000>;
};
saw0: regulator@b089000 {
compatible = "qcom,saw2";
reg = <0x02089000 0x1000>, <0x0b009000 0x1000>;
regulator;
};
saw1: regulator@b099000 {
compatible = "qcom,saw2";
reg = <0x0b099000 0x1000>, <0x0b009000 0x1000>;
regulator;
};
saw2: regulator@b0a9000 {
compatible = "qcom,saw2";
reg = <0x0b0a9000 0x1000>, <0x0b009000 0x1000>;
regulator;
};
saw3: regulator@b0b9000 {
compatible = "qcom,saw2";
reg = <0x0b0b9000 0x1000>, <0x0b009000 0x1000>;
regulator;
};
serial@78af000 { serial@78af000 {
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
reg = <0x78af000 0x200>; reg = <0x78af000 0x200>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册