diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-26 21:43:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 21:43:43 -0400 |
commit | 4e5a819f3a6ad0f5d438763fb75a7288ef31afd2 (patch) | |
tree | 0796a1712cf6649c56d00b8e608875dfebd3c373 /app/boards/arm/nice_nano/nice_nano.dts | |
parent | 5b862655b4357b36a8848cc84722bce17bd0b573 (diff) | |
parent | dc8c7011b15b1c0703fe788b42f18adce90907ee (diff) |
Merge pull request #64 from Nicell/feature/rgb_underglow
Initial RGB Underglow implementation
Diffstat (limited to 'app/boards/arm/nice_nano/nice_nano.dts')
-rw-r--r-- | app/boards/arm/nice_nano/nice_nano.dts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/boards/arm/nice_nano/nice_nano.dts b/app/boards/arm/nice_nano/nice_nano.dts index 8c01069..7c676e3 100644 --- a/app/boards/arm/nice_nano/nice_nano.dts +++ b/app/boards/arm/nice_nano/nice_nano.dts @@ -52,16 +52,6 @@ scl-pin = <20>; }; -/* TODO: Needs testing */ -&spi0 { - compatible = "nordic,nrf-spi"; - /* Cannot be used together with i2c0. */ - /* status = "okay"; */ - sck-pin = <45>; - mosi-pin = <10>; - miso-pin = <43>; -}; - &uart0 { compatible = "nordic,nrf-uarte"; status = "okay"; |