I am not getting these property in kernel device tree but when i am searching this in u-boot source
u-boot_source/include/configs/tegra186-common.h.
#define MEM_LAYOUT_ENV_SETTINGS “scriptaddr=0x90000000\0” “pxefile_addr_r=0x90100000\0” “kernel_addr_r=” __stringify(CONFIG_LOADADDR) “\0” “fdt_addr_r=0x82000000\0” “ramdisk_addr_r=0x82100000\0” "calculated_vars=kernel_addr_r fdt_addr_r scriptaddr pxefile_addr_r " “ramdisk_addr_r\0” “kernel_addr_r_align=00200000\0” “kernel_addr_r_offset=00080000\0” “kernel_addr_r_size=08000000\0” “kernel_addr_r_aliases=loadaddr\0” “fdt_addr_r_align=00200000\0” “fdt_addr_r_offset=00000000\0” “fdt_addr_r_size=00200000\0” “scriptaddr_align=00200000\0” “scriptaddr_offset=00000000\0” “scriptaddr_size=00200000\0” “pxefile_addr_r_align=00200000\0” “pxefile_addr_r_offset=00000000\0” “pxefile_addr_r_size=00200000\0” “ramdisk_addr_r_align=00200000\0” “ramdisk_addr_r_offset=00000000\0” “ramdisk_addr_r_size=02000000\0” “fdt_copy_node_paths=” “/chosen/plugin-manager:” “/chosen/reset:” “/memory@80000000\0” “fdt_copy_prop_paths=” “/bpmp/carveout-start:” “/bpmp/carveout-size:” “/chosen/nvidia,bluetooth-mac:” “/chosen/nvidia,ether-mac:” “/chosen/nvidia,wifi-mac:” “/chosen/ecid:” “/chosen/linux,initrd-start:” “/chosen/linux,initrd-end:” “/serial-number:” “/trusty/status\0” “fdt_del_copy_node_paths=” “/reserved-memory/ramoops_carveout:” "/reserved-memory/vpr-carveout\0
==========================
here bluetooth-mac is mentioned.
can you please tell,what we are doing here