kirkwood-dreamplug.dts 506 B

12345678910111213141516171819202122232425
  1. /dts-v1/;
  2. /include/ "kirkwood.dtsi"
  3. / {
  4. model = "Globalscale Technologies Dreamplug";
  5. compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  6. memory {
  7. device_type = "memory";
  8. reg = <0x00000000 0x20000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,115200n8 earlyprintk";
  12. };
  13. serial@f1012000 {
  14. compatible = "ns16550a";
  15. reg = <0xf1012000 0xff>;
  16. reg-shift = <2>;
  17. interrupts = <33>;
  18. clock-frequency = <200000000>;
  19. };
  20. };