Files
build/patch/kernel/archive/spacemit-6.1/dt/k1-x-efuse.dtsi
Patrick Yavitz c5be5a8537 SpacemiT: BananaPi F3: update to BL v1.0.8
Legacy: use TAG instead of BRANCH (gives us more control)
Current: update DTS files
Current: add needed patches up to v1.0.8
Fixup bluetooth node and disable by default (half broke anyway)
Misc fixups to bananapif3.wip and spacemit.conf file

Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-07-17 03:30:39 -04:00

53 lines
962 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/* Copyright (c) 2024 Spacemit, Inc */
&efuse {
status = "okay";
efuse_bank7: efuse_bank@7 {
compatible = "spacemit,k1-efuse";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x190 0x20>;
resets = <&reset RESET_AES>;
reset-names = "aes_reset";
clocks = <&ccu CLK_AES>;
clock-names = "aes_core";
status = "okay";
soc_die_id: bank7@11,3 {
reg = <0x11 3>;
bits = <3 16>;
};
soc_ver_id: bank7@1f,6 {
reg = <0x1F 1>;
bits = <6 2>;
};
soc_pack_id: bank7@16,6 {
reg = <0x16 2>;
bits = <6 9>;
};
soc_svt_dro: bank7@15,5 {
reg = <0x15 2>;
bits = <5 9>;
};
soc_chip_id: bank7@17,7 {
reg = <0x17 8>;
bits = <7 55>;
};
};
};
&socinfo {
nvmem-cells = <&soc_die_id>, <&soc_ver_id>, <&soc_pack_id>,
<&soc_svt_dro>, <&soc_chip_id>;
nvmem-cell-names = "soc_die_id", "soc_ver_id", "soc_pack_id",
"soc_svt_dro", "soc_chip_id";
status = "okay";
};