zephyr/boards/arm/particle_argon/dts/mesh_feather_spi1_spi3.dtsi
Peter A. Bigot 271c63b70d boards: particle_*: move DTS includes to dts subdirectory
This conforms to the standard layout implied by adding BOARD_DIR to
DTS_ROOTS.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-07-11 07:06:35 -04:00

19 lines
373 B
Plaintext

/*
* Copyright (c) 2018 Peter Bigot Consulting, LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Add SPI1 support on Particle Mesh via nRF52840 SPI3
*
* NOTE: This file is replicated in particle_{argon,boron,xenon}.
* Changes should be made in all instances. */
&spi3 { /* feather SPI */
status = "okay";
sck-pin = <33>;
mosi-pin = <34>;
miso-pin = <40>;
};