Lines Matching full:your
7 the upstream Zephyr project or locally in your own repository.
31 Create your SoC directory
43 ``<VENDOR>`` is your vendor subdirectory.
46 A ``<VENDOR>`` subdirectory is mandatory if contributing your SoC
47 to Zephyr, but if your SoC is placed in a local repo, then any folder
48 structure under ``<your-repo>/soc`` is permitted.
59 Your SoC directory should look like this:
71 Replace ``<soc-name>`` with your SoC's name.
107 Write your SoC YAML
145 Write your SoC devicetree
151 The SoC :file:`dts/<ARCH>/<VENDOR>/<soc>.dtsi` describes your SoC hardware in
156 include this file in your :file:`<soc>.dtsi`.
166 /* common chosen settings for your SoC */
176 /* ... your CPU definitions ... */
180 /* Your SoC definitions and peripherals */
205 Zephyr uses the Kconfig language to configure software features. Your SoC
217 soc/<vendor>/<your soc>