Skip to content

Commit 48ffd4e

Browse files
ZhaoQiang-b45475Shawn Guo
authored andcommitted
arm64: dts: Add ds26522 node to dts to ls1043ardb
Add ds26522 node to fsl-ls1043a-rdb.dts Signed-off-by: Zhao Qiang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 76afd7d commit 48ffd4e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,22 @@
9595
reg = <0>;
9696
spi-max-frequency = <1000000>; /* input clock */
9797
};
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+
compatible = "maxim,ds26522";
109+
reg = <3>;
110+
spi-max-frequency = <2000000>;
111+
fsl,spi-cs-sck-delay = <100>;
112+
fsl,spi-sck-cs-delay = <50>;
113+
};
98114
};
99115

100116
&duart0 {

0 commit comments

Comments
 (0)