|
@@ -91,6 +91,17 @@
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ spi: spi@101000 {
|
|
|
|
+ compatible = "mscc,ocelot-spi", "snps,dw-apb-ssi";
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
+ #size-cells = <0>;
|
|
|
|
+ reg = <0x101000 0x100>, <0x3c 0x18>;
|
|
|
|
+ interrupts = <9>;
|
|
|
|
+ clocks = <&ahb_clk>;
|
|
|
|
+
|
|
|
|
+ status = "disabled";
|
|
|
|
+ };
|
|
|
|
+
|
|
switch@1010000 {
|
|
switch@1010000 {
|
|
compatible = "mscc,vsc7514-switch";
|
|
compatible = "mscc,vsc7514-switch";
|
|
reg = <0x1010000 0x10000>,
|
|
reg = <0x1010000 0x10000>,
|