stv0991.dts 360 B

1234567891011121314151617181920212223
  1. /dts-v1/;
  2. / {
  3. model = "ST STV0991 application board";
  4. compatible = "st,stv0991";
  5. #address-cells = <1>;
  6. #size-cells = <1>;
  7. chosen {
  8. stdout-path = &uart0;
  9. };
  10. memory {
  11. device_type="memory";
  12. reg = <0x0 0x198000>;
  13. };
  14. uart0: serial@0x80406000 {
  15. compatible = "arm,pl011", "arm,primecell";
  16. reg = <0x80406000 0x1000>;
  17. clock = <2700000>;
  18. };
  19. };