I previously worked on ARM Specific platform drivers, recently shifted to Intel Atom based. On ARM, it used to have arch/arm/boot/dts/xx.dts
and arch/arm/mach-xx/
for adding platform devices. I am not seeing these files or folders on x86. When I went into arch/x86/...
there is no dts files or platform files.
How can i add my platform device information, if i want to add my platform device into Intel Atom platform? Where can i get the dts files specific to x86(assuming even though dts is not specific any architecture)?