bcm6362-neufbox6-sercomm.dts 308 B

1234567891011121314151617181920212223
  1. /dts-v1/;
  2. /include/ "bcm6362.dtsi"
  3. / {
  4. compatible = "sfr,nb6-ser", "brcm,bcm6362";
  5. model = "SFR NeufBox 6 (Sercomm)";
  6. memory@0 {
  7. device_type = "memory";
  8. reg = <0x00000000 0x08000000>;
  9. };
  10. chosen {
  11. bootargs = "console=ttyS0,115200";
  12. stdout-path = &uart0;
  13. };
  14. };
  15. &uart0 {
  16. status = "okay";
  17. };