File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 4848 #interrupt-cells = <4>;
4949 };
5050
51+ i2c0: i2c@e0004000 {
52+ compatible = "cdns,i2c";
53+ reg = <0xe0004000 0x1000>;
54+ status = "disabled";
55+ interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL
56+ IRQ_DEFAULT_PRIORITY>;
57+ #address-cells = <1>;
58+ #size-cells = <0>;
59+ fifo-depth = <16>;
60+ };
61+
62+ i2c1: i2c@e0005000 {
63+ compatible = "cdns,i2c";
64+ reg = <0xe0005000 0x1000>;
65+ status = "disabled";
66+ interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL
67+ IRQ_DEFAULT_PRIORITY>;
68+ #address-cells = <1>;
69+ #size-cells = <0>;
70+ fifo-depth = <16>;
71+ };
72+
5173 gem0: ethernet@e000b000 {
5274 compatible = "xlnx,gem";
5375 status = "disabled";
Original file line number Diff line number Diff line change @@ -23,4 +23,11 @@ config FLASH_BASE_ADDRESS
2323config SOC_RESET_HOOK
2424 default y
2525
26+ if I2C_CADENCE
27+
28+ config I2C_CADENCE_BROKEN_HOLD_BIT
29+ default y if $(dt_nodelabel_enabled,i2c0) || $(dt_nodelabel_enabled,i2c1)
30+
31+ endif # I2C_CADENCE
32+
2633endif # SOC_FAMILY_XILINX_ZYNQ7000
You can’t perform that action at this time.
0 commit comments