mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 06:31:22 +02:00
arm: dts: at91: sama5: Add flexcom4 node
Set up flexcom4 for Microchip SAMA5D27 SoC and prepare it for usage in I2C mode. Signed-off-by: Artur Rojek <artur@conclusive.pl>
This commit is contained in:
parent
6092ce50ef
commit
a6965af7e4
@ -781,6 +781,26 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
flx4: flexcom@fc018000 {
|
||||||
|
compatible = "atmel,sama5d2-flexcom";
|
||||||
|
reg = <0xfc018000 0x200>;
|
||||||
|
clocks = <&flx4_clk>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges = <0x0 0xfc018000 0x800>;
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
i2c6: i2c@600 {
|
||||||
|
compatible = "atmel,sama5d2-i2c";
|
||||||
|
reg = <0x600 0x200>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
clocks = <&flx4_clk>;
|
||||||
|
clock-names = "i2c6_clk";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
aic: interrupt-controller@fc020000 {
|
aic: interrupt-controller@fc020000 {
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
compatible = "atmel,sama5d2-aic";
|
compatible = "atmel,sama5d2-aic";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user