~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/remoteproc/st-rproc.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/remoteproc/st-rproc.txt (Architecture sparc) and /Documentation/devicetree/bindings/remoteproc/st-rproc.txt (Architecture m68k)


  1 STMicroelectronics Co-Processor Bindings            1 STMicroelectronics Co-Processor Bindings
  2 ----------------------------------------            2 ----------------------------------------
  3                                                     3 
  4 This binding provides support for adjunct proc      4 This binding provides support for adjunct processors found on ST SoCs.
  5                                                     5 
  6 Co-processors can be controlled from the bootl      6 Co-processors can be controlled from the bootloader or the primary OS. If
  7 the bootloader starts a co-processor, the prim      7 the bootloader starts a co-processor, the primary OS must detect its state
  8 and act accordingly.                                8 and act accordingly.
  9                                                     9 
 10 Required properties:                               10 Required properties:
 11 - compatible            Should be one of:          11 - compatible            Should be one of:
 12                                 "st,st231-rpro     12                                 "st,st231-rproc"
 13                                 "st,st40-rproc     13                                 "st,st40-rproc"
 14 - memory-region         Reserved memory (See:      14 - memory-region         Reserved memory (See: ../reserved-memory/reserved-memory.txt)
 15 - resets                Reset lines (See: ../r     15 - resets                Reset lines (See: ../reset/reset.txt)
 16 - reset-names           Must be "sw_reset" and     16 - reset-names           Must be "sw_reset" and "pwr_reset"
 17 - clocks                Clock for co-processor     17 - clocks                Clock for co-processor (See: ../clock/clock-bindings.txt)
 18 - clock-frequency       Clock frequency to set     18 - clock-frequency       Clock frequency to set co-processor at if the bootloader
 19                         hasn't already done so     19                         hasn't already done so
 20 - st,syscfg             System configuration r     20 - st,syscfg             System configuration register which holds the boot vector
 21                         for the co-processor       21                         for the co-processor
 22                                 1st cell: Phan     22                                 1st cell: Phandle to syscon block
 23                                 2nd cell: Boot     23                                 2nd cell: Boot vector register offset
 24                                                    24 
 25 Example:                                           25 Example:
 26                                                    26 
 27         audio_reserved: rproc@42000000 {           27         audio_reserved: rproc@42000000 {
 28                 compatible = "shared-dma-pool"     28                 compatible = "shared-dma-pool";
 29                 reg = <0x42000000 0x01000000>;     29                 reg = <0x42000000 0x01000000>;
 30                 no-map;                            30                 no-map;
 31         };                                         31         };
 32                                                    32 
 33         st231-audio {                              33         st231-audio {
 34                 compatible      = "st,st231-rp     34                 compatible      = "st,st231-rproc";
 35                 memory-region   = <&audio_rese     35                 memory-region   = <&audio_reserved>;
 36                 resets          = <&softreset      36                 resets          = <&softreset STIH407_ST231_AUD_SOFTRESET>;
 37                 reset-names     = "sw_reset";      37                 reset-names     = "sw_reset";
 38                 clocks          = <&clk_s_c0_f     38                 clocks          = <&clk_s_c0_flexgen CLK_ST231_AUD_0>;
 39                 clock-frequency = <600000000>;     39                 clock-frequency = <600000000>;
 40                 st,syscfg       = <&syscfg_cor     40                 st,syscfg       = <&syscfg_core 0x228>;
 41         };                                         41         };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php