SOPHGO: riscv: dts: sophgo: sg2044: Add eFUSE device
Add eFUSE controller node for SG2044. Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&efuse0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gmac0 {
|
||||
phy-handle = <&phy0>;
|
||||
phy-mode = "rgmii-id";
|
||||
|
||||
@@ -408,6 +408,18 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
efuse0: efuse@7040000000 {
|
||||
compatible = "sophgo,sg2044-efuse";
|
||||
reg = <0x70 0x40000000 0x0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
clocks = <&clk CLK_GATE_EFUSE>,
|
||||
<&clk CLK_GATE_APB_EFUSE>;
|
||||
clock-names = "core", "apb";
|
||||
resets = <&rst RST_EFUSE0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c0: i2c@7040005000 {
|
||||
compatible = "sophgo,sg2044-i2c", "snps,designware-i2c";
|
||||
reg = <0x70 0x40005000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user