Home | History | Annotate | Download | only in dts
      1 // SPDX-License-Identifier: GPL-2.0+
      2 /*
      3  * da850-evm U-Boot Additions
      4  *
      5  * Copyright (C) 2017 Logic PD, Inc.
      6  * Copyright (C) Adam Ford
      7  */
      8 
      9 / {
     10 	chosen {
     11 		stdout-path = &serial2;
     12 	};
     13 
     14 	aliases {
     15 		i2c0 = &i2c0;
     16 		spi0 = &spi1;
     17 	};
     18 };
     19 
     20 &flash {
     21 	compatible = "m25p64", "spi-flash";
     22 };
     23