01-30-2021, 07:06 PM
If you look at the dts in /usr/src, all the pointers are symbolic names
If you decompile a dtb (with dtc), all these are turned into 4 byte pointers
these numbers are a bit random,,,_I_ think they should, as much as possible,
match linux dev nodes/numbers,,, but they don't
dtc can't use the symbolic names
it is not that hard to use dtc, what is hard is to get right data into dts
Do make backups
If you decompile a dtb (with dtc), all these are turned into 4 byte pointers
these numbers are a bit random,,,_I_ think they should, as much as possible,
match linux dev nodes/numbers,,, but they don't
dtc can't use the symbolic names
it is not that hard to use dtc, what is hard is to get right data into dts
Do make backups