zephyr/boards/arm/particle_xenon/mesh_feather_spi1_spi3.dtsi

19 lines
371 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 = "ok";
sck-pin = <33>;
mosi-pin = <34>;
miso-pin = <40>;
};