samsung-boards.txt 686 B

123456789101112131415161718
  1. * Samsung's Exynos4210 based SMDKV310 evaluation board
  2. SMDKV310 evaluation board is based on Samsung's Exynos4210 SoC.
  3. Required root node properties:
  4. - compatible = should be one or more of the following.
  5. (a) "samsung,smdkv310" - for Samsung's SMDKV310 eval board.
  6. (b) "samsung,exynos4210" - for boards based on Exynos4210 SoC.
  7. Optional:
  8. - firmware node, specifying presence and type of secure firmware:
  9. - compatible: only "samsung,secure-firmware" is currently supported
  10. - reg: address of non-secure SYSRAM used for communication with firmware
  11. firmware@0203F000 {
  12. compatible = "samsung,secure-firmware";
  13. reg = <0x0203F000 0x1000>;
  14. };