Hi, when passing both addresses through device-tree in the same way: $ hexdump /proc/device-tree/soc/ethernet@5020000/local-mac-address 0000000 0702 3d96 53d4 $ hexdump /proc/device-tree/soc/serial@5000400/bluetooth/local-bd-address 0000000 0703 3d96 53d4 I get this for eth (which is consistent with u-boot): link/ether 02:07:96:3d:d4:53 But for bt it's in reverse order: Controller 53:D4:3D:96:07:03Is this intended? Do I really have to pass the bdaddr from u-boot in another way?
Regards, Andre