> I don't want anything specific so yes it could be cool to have a generic > node name. > "sdram-channel" is fine for me. > @Julius what do you think about it ? > Is your existing software generating it in the kernel ? > I'm curious about dynamic node name generation. I'm fine with whatever for the example here as long as the kernel does not rely on any specific format. `sdram-channel-X` seems fine. On our platforms we generate these dynamically in the bootloader based on what we enumerated during memory training, so there's no kernel code for it. If you're curious, our bootloader code generating it is here: https://chromium.googlesource.com/chromiumos/platform/depthcharge/+/refs/heads/main/src/boot/memchipinfo.c#25 (We can update this if there's kernel consensus on a new format, but we'll still have older platforms that keep running the old implementation and we also want those to remain compatible with newer versions of Linux.)