Commit a38d7fdf authored by Adam Wujek's avatar Adam Wujek Committed by Adam Wujek

sw/petalinux/dtb: add 2x irps5401, 3x lm75 and max6639 on i2c1 mux

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent efe43fea
/include/ "system-conf.dtsi"
/ {
/* 48MHz reference crystal */
ref48: ref48M {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <48000000>;
};
/* 25MHz reference crystal */
ref25: ref25M {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <25000000>;
};
};
&i2c1 {
......@@ -16,21 +28,54 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
irps5401@44 {
compatible = "infineon,irps5401";
reg = <0x44>;
};
irps5401@45 {
compatible = "infineon,irps5401";
reg = <0x45>;
};
};
i2c@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
lm75_ddr@48 {
compatible = "national,lm75a";
reg = <0x48>;
};
lm75_fmc@49 {
compatible = "national,lm75a";
reg = <0x49>;
};
lm75_dcdc@4A {
compatible = "national,lm75a";
reg = <0x4A>;
};
};
i2c@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
si5341@76 {
#clock-cells = <2>;
#address-cells = <1>;
#size-cells = <0>;
compatible = "silabs,si5341";
reg = <0x76>;
clocks = <&ref25>;
clock-names = "in0";
};
};
i2c@4 {
#address-cells = <1>;
#size-cells = <0>;
reg = <4>;
max6639_fpga@2C {
compatible = "maxim,max6639";
reg = <0x2C>;
};
};
i2c_sfp: i2c@5 {
#address-cells = <1>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment