I been trying to read child node property in a Device Tree. Could not figured it out, can any one help here?
I have a dts file
AA {
child 1: {
property 1 : XXX
property 2 : XXX
}
child 2: {
property 1 : XXX
property 2 : XXX
}
BB {
child 1: {
property 1 : XXX
property 2 : XXX
}
child 2: {
property 1 : XXX
property 2 : XXX
}
Is there any way of reading properies of child 2 in AA node of given dts?