1 NXP iMX6SX/iMX7D Co-Processor Bindings
2 ----------------------------------------
4 This binding provides support for ARM Cortex M4 Co-processor found on some
8 - compatible Should be one of:
11 - clocks Clock for co-processor (See: ../clock/clock-bindings.txt)
12 - syscon Phandle to syscon block which provide access to
13 System Reset Controller
16 - memory-region list of phandels to the reserved memory regions.
17 (See: ../reserved-memory/reserved-memory.txt)
20 m4_reserved_sysmem1: cm4@80000000 {
21 reg = <0x80000000 0x80000>;
24 m4_reserved_sysmem2: cm4@81000000 {
25 reg = <0x81000000 0x80000>;
29 compatible = "fsl,imx7d-cm4";
30 memory-region = <&m4_reserved_sysmem1>, <&m4_reserved_sysmem2>;
32 clocks = <&clks IMX7D_ARM_M4_ROOT_CLK>;