We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1f6d0 commit 97dc6fcCopy full SHA for 97dc6fc
overlays/ADAFRUIT-SPI0-00-00A0.dts
@@ -23,7 +23,7 @@
23
__overlay__ {
24
spi0_pins_s0: spi0_pins_s0 {
25
pinctrl-single,pins = <
26
- 0x150 0x10 /* spi0_sclk, OUTPUT_PULLUP | MODE0 */
+ 0x150 0x30 /* spi0_sclk, INPUT_PULLUP | MODE0 */
27
0x154 0x30 /* spi0_d0, INPUT_PULLUP | MODE0 */
28
0x158 0x10 /* spi0_d1, OUTPUT_PULLUP | MODE0 */
29
0x15c 0x10 /* spi0_cs0, OUTPUT_PULLUP | MODE0 */
@@ -43,9 +43,11 @@
43
pinctrl-0 = <&spi0_pins_s0>;
44
45
spidev@1 {
46
+ #address-cells = <1>;
47
+ #size-cells = <0>;
48
spi-max-frequency = <24000000>;
49
reg = <0>;
- compatible = "spidev";
50
+ compatible = "linux,spidev";
51
};
52
53
0 commit comments