]> git.sur5r.net Git - u-boot/blob - doc/device-tree-bindings/exynos/soc.txt
tools: moveconfig: add --spl option to move options for SPL build
[u-boot] / doc / device-tree-bindings / exynos / soc.txt
1 Exynos SoC model
2
3 The "cpu-model" property is a non-standard extension for the device tree root
4 node. Since the cpu id of some Exynos variants does not correspond to product
5 name, this property fills the gap.
6
7 For almost all Exynos based boards in the kernel, the product name corresponds
8 to the device tree file name. The same name is generated in U-Boot, so the new
9 property allows doing it automatically.
10
11 Required properties:
12  - cpu-model : Exynos product name
13
14 Example:
15
16 / {
17         model = "Samsung/Google Peach Pi board based on Exynos5800";
18         cpu-model = "Exynos5800";
19
20         compatible = ...
21 };