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 76afd7d commit 48ffd4eCopy full SHA for 48ffd4e
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
@@ -95,6 +95,22 @@
95
reg = <0>;
96
spi-max-frequency = <1000000>; /* input clock */
97
};
98
+
99
+ slic@2 {
100
+ compatible = "maxim,ds26522";
101
+ reg = <2>;
102
+ spi-max-frequency = <2000000>;
103
+ fsl,spi-cs-sck-delay = <100>;
104
+ fsl,spi-sck-cs-delay = <50>;
105
+ };
106
107
+ slic@3 {
108
109
+ reg = <3>;
110
111
112
113
114
115
116
&duart0 {
0 commit comments