blob: 4cfb9e11ae02bd871e9817b3ff1a016c251c4a2f [file] [log] [blame]
/*
* Copyright (c) 2018 Peter Bigot Consulting, LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Add SPI support on Particle Mesh via nRF52840 SPI1
*
* NOTE: This file is replicated in particle_{argon,xenon}.
* Changes should be made in all instances. */
&spi1 { /* feather SPI */
status = "ok";
sck-pin = <47>;
mosi-pin = <45>;
miso-pin = <46>;
/* cs-gpios = <&gpio0 31 0>; */
};