提交 5984be04 编写于 作者: T Thor Thayer 提交者: Dinh Nguyen

ARM: dts: socfpga: Add Devkit A10-SR fields for Arria10

Add the Altera Arria10 System Resource node. This is a Multi-Function
device with GPIO expander support.
Signed-off-by: NThor Thayer <tthayer@opensource.altera.com>
Signed-off-by: NDinh Nguyen <dinguyen@opensource.altera.com>
上级 f2d6f8f8
...@@ -75,6 +75,27 @@ ...@@ -75,6 +75,27 @@
status = "okay"; status = "okay";
}; };
&spi1 {
status = "okay";
resource-manager@0 {
compatible = "altr,a10sr";
reg = <0>;
spi-max-frequency = <100000>;
/* low-level active IRQ at GPIO1_5 */
interrupt-parent = <&portb>;
interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller;
#interrupt-cells = <2>;
a10sr_gpio: gpio-controller {
compatible = "altr,a10sr-gpio";
gpio-controller;
#gpio-cells = <2>;
};
};
};
&i2c1 { &i2c1 {
speed-mode = <0>; speed-mode = <0>;
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册