crownbay.dts 937 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. /dts-v1/;
  7. /include/ "serial.dtsi"
  8. / {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. model = "Intel Crown Bay";
  12. compatible = "intel,crownbay", "intel,queensbay";
  13. config {
  14. silent_console = <0>;
  15. };
  16. gpioa {
  17. compatible = "intel,ich6-gpio";
  18. u-boot,dm-pre-reloc;
  19. reg = <0 0x20>;
  20. bank-name = "A";
  21. };
  22. gpiob {
  23. compatible = "intel,ich6-gpio";
  24. u-boot,dm-pre-reloc;
  25. reg = <0x20 0x20>;
  26. bank-name = "B";
  27. };
  28. serial {
  29. reg = <0x3f8 8>;
  30. clock-frequency = <115200>;
  31. };
  32. chosen { };
  33. memory { device_type = "memory"; reg = <0 0>; };
  34. spi {
  35. #address-cells = <1>;
  36. #size-cells = <0>;
  37. compatible = "intel,ich7";
  38. spi-flash@0 {
  39. reg = <0>;
  40. compatible = "sst,25vf016b", "spi-flash";
  41. memory-map = <0xffe00000 0x00200000>;
  42. };
  43. };
  44. microcode {
  45. update@0 {
  46. #include "microcode/m0220661105_cv.dtsi"
  47. };
  48. };
  49. };