Commit 73429cf2 authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman

arm64: dts: meson: sei510: consistently order nodes

Like order boards, order nodes by address then node names then aliases.
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 46bfad15
...@@ -14,10 +14,6 @@ / { ...@@ -14,10 +14,6 @@ / {
compatible = "seirobotics,sei510", "amlogic,g12a"; compatible = "seirobotics,sei510", "amlogic,g12a";
model = "SEI Robotics SEI510"; model = "SEI Robotics SEI510";
aliases {
serial0 = &uart_AO;
};
adc_keys { adc_keys {
compatible = "adc-keys"; compatible = "adc-keys";
io-channels = <&saradc 0>; io-channels = <&saradc 0>;
...@@ -31,13 +27,8 @@ button-onoff { ...@@ -31,13 +27,8 @@ button-onoff {
}; };
}; };
ao_5v: regulator-ao_5v { aliases {
compatible = "regulator-fixed"; serial0 = &uart_AO;
regulator-name = "AO_5V";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
vin-supply = <&dc_in>;
regulator-always-on;
}; };
chosen { chosen {
...@@ -54,23 +45,6 @@ cvbs_connector_in: endpoint { ...@@ -54,23 +45,6 @@ cvbs_connector_in: endpoint {
}; };
}; };
dc_in: regulator-dc_in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
};
emmc_1v8: regulator-emmc_1v8 {
compatible = "regulator-fixed";
regulator-name = "EMMC_1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
vin-supply = <&vddao_3v3>;
regulator-always-on;
};
hdmi-connector { hdmi-connector {
compatible = "hdmi-connector"; compatible = "hdmi-connector";
type = "a"; type = "a";
...@@ -87,12 +61,30 @@ memory@0 { ...@@ -87,12 +61,30 @@ memory@0 {
reg = <0x0 0x0 0x0 0x40000000>; reg = <0x0 0x0 0x0 0x40000000>;
}; };
reserved-memory { ao_5v: regulator-ao_5v {
/* TEE Reserved Memory */ compatible = "regulator-fixed";
bl32_reserved: bl32@5000000 { regulator-name = "AO_5V";
reg = <0x0 0x05300000 0x0 0x2000000>; regulator-min-microvolt = <5000000>;
no-map; regulator-max-microvolt = <5000000>;
vin-supply = <&dc_in>;
regulator-always-on;
};
dc_in: regulator-dc_in {
compatible = "regulator-fixed";
regulator-name = "DC_IN";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
}; };
emmc_1v8: regulator-emmc_1v8 {
compatible = "regulator-fixed";
regulator-name = "EMMC_1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
vin-supply = <&vddao_3v3>;
regulator-always-on;
}; };
vddao_3v3: regulator-vddao_3v3 { vddao_3v3: regulator-vddao_3v3 {
...@@ -122,6 +114,14 @@ vddio_ao1v8: regulator-vddio_ao1v8 { ...@@ -122,6 +114,14 @@ vddio_ao1v8: regulator-vddio_ao1v8 {
vin-supply = <&vddao_3v3>; vin-supply = <&vddao_3v3>;
regulator-always-on; regulator-always-on;
}; };
reserved-memory {
/* TEE Reserved Memory */
bl32_reserved: bl32@5000000 {
reg = <0x0 0x05300000 0x0 0x2000000>;
no-map;
};
};
}; };
&cec_AO { &cec_AO {
...@@ -144,6 +144,18 @@ cvbs_vdac_out: endpoint { ...@@ -144,6 +144,18 @@ cvbs_vdac_out: endpoint {
}; };
}; };
&hdmi_tx {
status = "okay";
pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>;
pinctrl-names = "default";
};
&hdmi_tx_tmds_port {
hdmi_tx_tmds_out: endpoint {
remote-endpoint = <&hdmi_connector_in>;
};
};
&saradc { &saradc {
status = "okay"; status = "okay";
vref-supply = <&vddio_ao1v8>; vref-supply = <&vddio_ao1v8>;
...@@ -161,18 +173,6 @@ bluetooth { ...@@ -161,18 +173,6 @@ bluetooth {
}; };
}; };
&hdmi_tx {
status = "okay";
pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>;
pinctrl-names = "default";
};
&hdmi_tx_tmds_port {
hdmi_tx_tmds_out: endpoint {
remote-endpoint = <&hdmi_connector_in>;
};
};
&uart_AO { &uart_AO {
status = "okay"; status = "okay";
pinctrl-0 = <&uart_ao_a_pins>; pinctrl-0 = <&uart_ao_a_pins>;
......
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