broadwell_som-6896.dts 957 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /dts-v1/;
  2. /include/ "skeleton.dtsi"
  3. /include/ "serial.dtsi"
  4. /include/ "reset.dtsi"
  5. /include/ "rtc.dtsi"
  6. /include/ "tsc_timer.dtsi"
  7. /include/ "coreboot_fb.dtsi"
  8. / {
  9. model = "Advantech SOM-6896";
  10. compatible = "advantech,som-6896", "intel,broadwell";
  11. aliases {
  12. spi0 = &spi;
  13. };
  14. config {
  15. silent_console = <0>;
  16. };
  17. chosen {
  18. stdout-path = "/serial";
  19. };
  20. pci {
  21. compatible = "pci-x86";
  22. #address-cells = <3>;
  23. #size-cells = <2>;
  24. u-boot,dm-pre-reloc;
  25. ranges = <0x02000000 0x0 0xe0000000 0xe0000000 0 0x10000000
  26. 0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000
  27. 0x01000000 0x0 0x2000 0x2000 0 0xe000>;
  28. pch@1f,0 {
  29. reg = <0x0000f800 0 0 0 0>;
  30. compatible = "intel,pch9";
  31. spi: spi {
  32. #address-cells = <1>;
  33. #size-cells = <0>;
  34. compatible = "intel,ich9-spi";
  35. spi-flash@0 {
  36. reg = <0>;
  37. compatible = "winbond,w25q128", "spi-flash";
  38. memory-map = <0xff000000 0x01000000>;
  39. };
  40. };
  41. };
  42. };
  43. };