blob: 8086045e2510e44c8a4467fd4c280b863b044739 [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. */
feather_spi: &spi1 { /* feather SPI */
status = "okay";
sck-pin = <47>;
mosi-pin = <45>;
miso-pin = <46>;
cs-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>;
};