1 Qualcomm Hexagon Peripheral Image Loader
3 This document defines the binding for a component that loads and boots firmware
4 on the Qualcomm Hexagon core.
9 Definition: must be one of:
14 Value type: <prop-encoded-array>
15 Definition: must specify the base address and size of the qdsp6 and
20 Value type: <stringlist>
21 Definition: must be "q6dsp" and "rmb"
23 - interrupts-extended:
25 Value type: <prop-encoded-array>
26 Definition: must list the watchdog, fatal IRQs ready, handover and
31 Value type: <stringlist>
32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
37 Definition: reference to the iface, bus and mem clocks to be held on
38 behalf of the booting of the Hexagon core
42 Value type: <stringlist>
43 Definition: must be "iface", "bus", "mem"
48 Definition: reference to the reset-controller for the modem sub-system
52 Value type: <stringlist>
53 Definition: must be "mss_restart"
61 Definition: reference to the regulators to be held on behalf of the
62 booting of the Hexagon core
67 Definition: reference to the smem state for requesting the Hexagon to
70 - qcom,smem-state-names:
72 Value type: <stringlist>
73 Definition: must be "stop"
77 Value type: <prop-encoded-array>
78 Definition: a phandle reference to a syscon representing TCSR followed
79 by the three offsets within syscon for q6, modem and nc
83 The Hexagon node must contain two subnodes, named "mba" and "mpss" representing
84 the memory regions used by the Hexagon firmware. Each sub-node must contain:
89 Definition: reference to the reserved-memory for the region
92 The following example describes the resources needed to boot control the
93 Hexagon, as it is found on MSM8974 boards.
95 modem-rproc@fc880000 {
96 compatible = "qcom,q6v5-pil";
97 reg = <0xfc880000 0x100>,
99 reg-names = "qdsp6", "rmb";
101 interrupts-extended = <&intc 0 24 1>,
102 <&modem_smp2p_in 0 0>,
103 <&modem_smp2p_in 1 0>,
104 <&modem_smp2p_in 2 0>,
105 <&modem_smp2p_in 3 0>;
106 interrupt-names = "wdog",
112 clocks = <&gcc GCC_MSS_Q6_BIMC_AXI_CLK>,
113 <&gcc GCC_MSS_CFG_AHB_CLK>,
114 <&gcc GCC_BOOT_ROM_AHB_CLK>;
115 clock-names = "iface", "bus", "mem";
117 qcom,halt-regs = <&tcsr_mutex_block 0x1180 0x1200 0x1280>;
119 resets = <&gcc GCC_MSS_RESTART>;
120 reset-names = "mss_restart";
122 cx-supply = <&pm8841_s2>;
123 mss-supply = <&pm8841_s3>;
124 mx-supply = <&pm8841_s1>;
125 pll-supply = <&pm8941_l12>;
127 qcom,smem-states = <&modem_smp2p_out 0>;
128 qcom,smem-state-names = "stop";
131 memory-region = <&mba_region>;
135 memory-region = <&mpss_region>;