[PATCH 5/5] arm64: dts: add LX2160ARDB board support
Rob Herring
robh+dt at kernel.org
Sat Aug 25 02:16:28 AEST 2018
On Thu, Aug 23, 2018 at 10:08 AM Vabhav Sharma <vabhav.sharma at nxp.com> wrote:
[...]
> > > + i2c at 3 {
> > > + #address-cells = <1>;
> > > + #size-cells = <0>;
> > > + reg = <0x3>;
> > > +
> > > + sa56004 at 4c {
> >
> > temperature-sensor at 4c
> Ok, temperature-sensor-1 at 4c
No, that's not what I said. You don't need the '-1' because the
unit-address makes the node name unique. Node names are supposed to be
generic based on the class/type of device. See the DT spec.
> >
> > > + compatible = "nxp,sa56004";
> > > + reg = <0x4c>;
> > > + };
> > > +
> > > + sa56004 at 4d {
> Ok,temperature-sensor-2 at 4d
> > > + compatible = "nxp,sa56004";
> > > + reg = <0x4d>;
> > > + };
> > > + };
> > > + };
> > > +};
> > > +
> > > +&i2c4 {
> > > + status = "okay";
> > > +
> > > + rtc at 51 {
> > > + compatible = "nxp,pcf2129";
> > > + reg = <0x51>;
> > > + // IRQ10_B
> > > + interrupts = <0 150 0x4>;
> > > + };
> > > +
> > > +};
> > > +
> > > +&usb0 {
> > > + status = "okay";
> > > +};
> > > +
> > > +&usb1 {
> > > + status = "okay";
> > > +};
> > > +
> > > +&crypto {
> > > + status = "okay";
> > > +};
> > > --
> > > 2.7.4
> > >
More information about the Linuxppc-dev
mailing list