blob: 9dc1f4ac14d8526a667514b7921c3518af4537ae [file] [log] [blame]
/*
* Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
*
* SPDX-License-Identifier: Apache-2.0
*/
/delete-node/ &mcp3204;
&mikrobus_spi {
status = "okay";
/* LPCXpresso55S16 uses SSEL1 for mikroBUS SPI */
mcp3204: mcp3204@1 {
compatible = "microchip,mcp3204";
reg = <0x1>;
spi-max-frequency = <100000>;
#io-channel-cells = <1>;
};
};